From: Kern Sibbald Date: Mon, 25 Jun 2007 10:48:48 +0000 (+0000) Subject: Add do_all_tests X-Git-Tag: Release-7.0.0~6080 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f0be1aec901537c54046560aea11795c1b3ad581;p=bacula%2Fbacula Add do_all_tests git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5084 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/do_all b/regress/do_all index 562ab3df25..5dfc97fad5 100755 --- a/regress/do_all +++ b/regress/do_all @@ -1,12 +1,3 @@ #!/bin/sh -#/home/kern/bacula/bin/startmysql nice make setup -./starttime -if [ ! -e bin/tape_options ] ; then - touch bin/tape_options -fi -nice ./all-non-root-tests - -nice ./all-non-root-tape-tests -nice ./all-non-root-2tape-tests -./endtime +./do_all_tests diff --git a/regress/do_all_tests b/regress/do_all_tests new file mode 100755 index 0000000000..9f05421c5f --- /dev/null +++ b/regress/do_all_tests @@ -0,0 +1,10 @@ +#!/bin/sh +./starttime +if [ ! -f bin/tape_options ] ; then + touch bin/tape_options +fi +nice ./all-non-root-tests + +nice ./all-non-root-tape-tests +nice ./all-non-root-2tape-tests +./endtime