From f0be1aec901537c54046560aea11795c1b3ad581 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 25 Jun 2007 10:48:48 +0000 Subject: [PATCH] Add do_all_tests git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5084 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/do_all | 11 +---------- regress/do_all_tests | 10 ++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-) create mode 100755 regress/do_all_tests 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 -- 2.39.5