From: Kern Sibbald Date: Mon, 4 Jun 2007 09:35:24 +0000 (+0000) Subject: Update X-Git-Tag: Release-7.0.0~6169 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7c98b5c46bec051c58af89729104e942135ea5e5;p=bacula%2Fbacula Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4976 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/all-non-root-2tape-tests b/regress/all-non-root-2tape-tests index 2f8636aa74..7ba487c6ca 100755 --- a/regress/all-non-root-2tape-tests +++ b/regress/all-non-root-2tape-tests @@ -8,5 +8,6 @@ nice tests/incremental-2tape echo " " echo " " echo "2 Tape Test results" +cat build/config.out cat test.out scripts/cleanup diff --git a/regress/all-non-root-tape-tests b/regress/all-non-root-tape-tests index d52502ec02..9da64c0e57 100755 --- a/regress/all-non-root-tape-tests +++ b/regress/all-non-root-tape-tests @@ -25,5 +25,6 @@ nice tests/verify-vol-tape echo " " echo " " echo "Test results" +cat build/config.out cat test.out scripts/cleanup diff --git a/regress/all-non-root-tests b/regress/all-non-root-tests index 40f33f3897..e979a646ed 100755 --- a/regress/all-non-root-tests +++ b/regress/all-non-root-tests @@ -61,5 +61,6 @@ nice tests/incremental-2media nice tests/three-pool-test echo " " echo "Test results" +cat build/config.out cat test.out scripts/cleanup diff --git a/regress/all-root-tests b/regress/all-root-tests index 3f077bba4c..3608461eda 100755 --- a/regress/all-root-tests +++ b/regress/all-root-tests @@ -7,5 +7,6 @@ tests/dev-test-root tests/etc-test-root tests/lib-test-root tests/usr-tape-root +cat build/config.out cat test.out scripts/cleanup diff --git a/regress/all-tests b/regress/all-tests index b1b2b35e86..410b4e8baa 100755 --- a/regress/all-tests +++ b/regress/all-tests @@ -4,5 +4,6 @@ # ./all-non-root-tests ./all-root-tests +cat build/config.out cat test.out scripts/cleanup