[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Cleanup leftover Ruby test repositories

From: David James <james82_at_gmail.com>
Date: 2005-06-20 04:07:13 CEST

In some cases, the Ruby test suite leaves leftover test repositories
and working copies lying around in your build directory. This happens,
for example, when the test harness crashes.

These leftover test repositories can cause our test suite to not work.
They also take up disk space. So the following patch deletes the
leftover test repositories whenever the check-swig-rb or clean-swig-rb
targets are run.

[[[
Cleanup leftover Ruby test repositories before running the test
suite. Also cleanup leftover Ruby test repositories as part of the
clean-swig-rb target.

* Makefile.in
  (clean-swig-rb-test-repos): Clean up leftover Ruby test repositories.
  (clean-swig-rb): Add clean-swig-rb-test-repos as dependency.
  (check-swig-rb): Add clean-swig-rb-test-repos as dependency.

]]]

Cheers,

David

-- 
David James -- http://www.cs.toronto.edu/~james


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Jun 20 04:07:45 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.