You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tom Browder <to...@gmail.com> on 2009/04/15 14:49:50 UTC

"make check" Takes Too Much Space: Proposed Enhancement

The "make check" command takes a huge amount of space.

It would be handy if I could add a flag to configure (or another
target such as "make check-lean") which would delete generated files
after each successful test.

-Tom

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1728282

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: "make check" Takes Too Much Space: Proposed Enhancement

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
On Apr 15, 2009, at 9:49 AM, Tom Browder wrote:

> The "make check" command takes a huge amount of space.
>
> It would be handy if I could add a flag to configure (or another
> target such as "make check-lean") which would delete generated files
> after each successful test.

You are looking for the '--cleanup' flag to the testsuite, which can  
be enabled in 'make check' by defining the CLEANUP environment variable.

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1728322

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: "make check" Takes Too Much Space: Proposed Enhancement

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
On Apr 15, 2009, at 11:18 AM, Tom Browder wrote:

> On Wed, Apr 15, 2009 at 10:01 AM, Hyrum K. Wright
> <hy...@mail.utexas.edu> wrote:
>> On Apr 15, 2009, at 9:49 AM, Tom Browder wrote:
> ...
>> You are looking for the '--cleanup' flag to the testsuite, which can
>> be enabled in 'make check' by defining the CLEANUP environment  
>> variable.
>
> Thanks, Hyrum, that works.
>
> Is that documented anywhere except in the Makefile?  I didn't see it
> when searching the subversion project.

 From Makefile.in (which gets processed into the Makefile):
# "make check CLEANUP=true" will clean up directories for successful  
tests.

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1729573

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: "make check" Takes Too Much Space: Proposed Enhancement

Posted by Tom Browder <to...@gmail.com>.
On Wed, Apr 15, 2009 at 10:01 AM, Hyrum K. Wright
<hy...@mail.utexas.edu> wrote:
> On Apr 15, 2009, at 9:49 AM, Tom Browder wrote:
...
> You are looking for the '--cleanup' flag to the testsuite, which can
> be enabled in 'make check' by defining the CLEANUP environment variable.

Thanks, Hyrum, that works.

Is that documented anywhere except in the Makefile?  I didn't see it
when searching the subversion project.

-Tom

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1729394

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].