From: Kern Sibbald Date: Tue, 24 Apr 2007 06:24:20 +0000 (+0000) Subject: update X-Git-Tag: Release-7.0.0~6517 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8fbb865588b6b93d5bc5278bae0d465e354e117f;p=bacula%2Fbacula update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4611 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/all-non-root-tests b/regress/all-non-root-tests index bcb17bbabc..b0f8ea09e8 100755 --- a/regress/all-non-root-tests +++ b/regress/all-non-root-tests @@ -31,6 +31,7 @@ nice tests/recycle-test nice tests/restore2-by-file-test nice tests/restore-by-file-test nice tests/restore-disk-seek-test +nice tests/runscript-test nice tests/six-vol-test nice tests/span-vol-test nice tests/sparse-compressed-test diff --git a/regress/do_all b/regress/do_all index ea0f83dd9e..562ab3df25 100755 --- a/regress/do_all +++ b/regress/do_all @@ -5,7 +5,8 @@ nice make setup if [ ! -e bin/tape_options ] ; then touch bin/tape_options fi -nice ./all-tape-and-file-tests -./endtime +nice ./all-non-root-tests + +nice ./all-non-root-tape-tests nice ./all-non-root-2tape-tests ./endtime