]> git.sur5r.net Git - bacula/bacula/commitdiff
Update all-non-root-tests
authorKern Sibbald <kern@sibbald.com>
Fri, 19 Jan 2007 14:41:18 +0000 (14:41 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 19 Jan 2007 14:41:18 +0000 (14:41 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4022 91ce42f0-d328-0410-95d8-f526ca767f89

regress/all-non-root-tests
regress/tests/compressed-test

index 783c887981df4aa8754f315fd9c0e015117fd3f1..38d69e18fe3b63ef0e911bc228dc84777c077a75 100755 (executable)
@@ -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
index ff92a49dc2d451454de2f16478d00d1312a76c48..9be43dead2ce31dc8a1a2aaa972f61436eeb05ea 100755 (executable)
@@ -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