From: Kern Sibbald Date: Fri, 19 Jan 2007 14:41:18 +0000 (+0000) Subject: Update all-non-root-tests X-Git-Tag: Release-2.0.2~62 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d74cceb97fe67f4a492080433bff8fcb44829842;p=bacula%2Fbacula Update all-non-root-tests git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4022 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/all-non-root-tests b/regress/all-non-root-tests index 783c887981..38d69e18fe 100755 --- a/regress/all-non-root-tests +++ b/regress/all-non-root-tests @@ -11,7 +11,7 @@ tests/bextract-test tests/bscan-test tests/bsr-opt-test tests/compressed-test -tests/compressed-encrypt-test +tests/compress-encrypt-test tests/concurrent-jobs-test tests/data-encrypt-test #tests/sparse-encrypt-test diff --git a/regress/tests/compressed-test b/regress/tests/compressed-test index ff92a49dc2..9be43dead2 100755 --- a/regress/tests/compressed-test +++ b/regress/tests/compressed-test @@ -47,4 +47,9 @@ stop_bacula check_two_logs check_restore_diff +grep " Software Compression" tmp/log1.out | grep "%" 2>&1 1>/dev/null +if [ $? != 0 ] ; then + echo " !!!!! No compression !!!!!" + bstat=1 +fi end_test