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

[PATCH] Allow running make check multiple times

From: Yoshiki Hayashi <yoshiki_at_xemacs.org>
Date: 2001-03-01 08:08:27 CET

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
Received on Sat Oct 21 14:36:23 2006

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.