You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Yoshiki Hayashi <yo...@xemacs.org> on 2001/03/01 07:08:27 UTC

[PATCH] Allow running make check multiple times

Index: run-fs-tests.sh
===================================================================
RCS file: /cvs/subversion/subversion/tests/libsvn_fs/run-fs-tests.sh,v
retrieving revision 1.2
diff -u -r1.2 run-fs-tests.sh
--- run-fs-tests.sh	2000/12/17 00:13:50	1.2
+++ run-fs-tests.sh	2001/03/01 07:06:58
@@ -2,8 +2,8 @@
 #### run-fs-tests.sh --- run filesystem test programs
 
 ## Remove database files cretaed by the tests.
-if [ -d test-repo ]; then
-  rm -fr test-repo;
+if [ -d test-repo-1 ]; then
+  rm -fr test-repo-*;
 fi
 
 > ./tests.log

-- 
Yoshiki Hayashi