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

[PATCH] Remove extra test repositories in 'check-clean'

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2005-11-02 21:52:55 CET

'make check-clean' doesn't remove all the test repositories:
tests/libsvn_fs/ and tests/libsvn_ra_local/ both contain test output
that's left behind.

Attached patch adds the test repositories for those directories to
'make check-clean'.

[[[
* Makefile.in
  (check-clean): Also clean test repositories from the two directories
    subversion/tests/{libsvn_fs, libsvn_ra_local}/.
]]]

Regards,
Malcolm

Index: Makefile.in
===================================================================
--- Makefile.in (revision 17148)
+++ Makefile.in (working copy)
@@ -407,7 +407,9 @@
 
 check-clean:
         rm -rf subversion/tests/clients/cmdline/svn-test-work \
+ subversion/tests/libsvn_fs/test-repo-* \
                subversion/tests/libsvn_fs_base/test-repo-* \
+ subversion/tests/libsvn_ra_local/test-repo-* \
                subversion/tests/libsvn_repos/test-repo-* \
                subversion/tests/libsvn_subr/z \
                tests.log

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 2 21:53:47 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.