From 0e091573c3ef408a2b47e4337f9d4602a1c85ddb Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 25 Feb 2005 18:11:13 +0000 Subject: [PATCH] Fix Makefile git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1842 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/Makefile.in | 3 ++- regress/all-non-root-tape-tests | 1 + regress/tests/four-jobs-tape | 22 +++++++++++----------- regress/tests/truncate-bug-tape | 17 ++++++++--------- 4 files changed, 22 insertions(+), 21 deletions(-) diff --git a/regress/Makefile.in b/regress/Makefile.in index a095af158f..dbb6c3b5b5 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -33,7 +33,7 @@ bacula: all fi) rm -rf tmp working mkdir tmp working - scripts/setup ${BACULA_SOURCE} ${EMAIL} ${WHICHDB} + scripts/setup ${BACULA_SOURCE} ${EMAIL} ${WHICHDB} ${TCPWRAPPERS} scripts/do_sed ${EMAIL} ${TAPE_DRIVE} ${AUTOCHANGER} ${AUTOCHANGER_PATH} # Run all non-root userid tests @@ -55,6 +55,7 @@ clean: rm -f test.out rm -f diff rm -f 1 2 3 scripts/1 scripts/2 scripts/3 tests/1 tests/2 tests/3 + @find . -name .#* -exec $(RMF) {} \; # Reset our userid after running as root reset: diff --git a/regress/all-non-root-tape-tests b/regress/all-non-root-tape-tests index 5f47e071cd..a3b69bff52 100755 --- a/regress/all-non-root-tape-tests +++ b/regress/all-non-root-tape-tests @@ -2,6 +2,7 @@ # # Run all tape tests # +cp test.out test1.out tests/test0 tests/backup-bacula-tape tests/small-file-size-tape diff --git a/regress/tests/four-jobs-tape b/regress/tests/four-jobs-tape index 0657199401..5c389e6083 100755 --- a/regress/tests/four-jobs-tape +++ b/regress/tests/four-jobs-tape @@ -18,12 +18,12 @@ echo " " bin/bacula start 2>&1 >/dev/null bin/bconsole -c bin/bconsole.conf <&1 >/dev/null diff --git a/regress/tests/truncate-bug-tape b/regress/tests/truncate-bug-tape index 7b7960446c..9e581388d7 100755 --- a/regress/tests/truncate-bug-tape +++ b/regress/tests/truncate-bug-tape @@ -14,12 +14,11 @@ echo " === Starting truncate-bug-tape test at `date +%R:%S` ===" echo " === Starting truncate-bug-tape test at `date +%R:%S` ===" >>working/log echo " " -#bin/bacula start 2>&1 >/dev/null -bin/bacula start +bin/bacula start 2>&1 >/dev/null bin/bconsole -c bin/bconsole.conf <