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

Re: [PATCH] Allow running make check multiple times

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2001-03-01 08:19:55 CET

Good point. If you're working on a bug and need the filesystem to stay
around, you would just run it by hand and not from make check.

Patch applied.

-Fitz

> 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.