From 8fbb865588b6b93d5bc5278bae0d465e354e117f Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 24 Apr 2007 06:24:20 +0000 Subject: [PATCH] update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4611 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/all-non-root-tests | 1 + regress/do_all | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5