From: Kern Sibbald Date: Mon, 4 Dec 2006 13:01:46 +0000 (+0000) Subject: Update debug output X-Git-Tag: Release-2.0.0~171 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=57d79f51d2e8394ccff546db5de65bbfde7646f8;p=bacula%2Fbacula Update debug output git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3746 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/tests/gigaslam-sparse-test b/regress/tests/gigaslam-sparse-test index 38ebd49437..34288e9204 100755 --- a/regress/tests/gigaslam-sparse-test +++ b/regress/tests/gigaslam-sparse-test @@ -54,6 +54,7 @@ stop_bacula size=`du ${cwd}/tmp/bacula-restores/${cwd}/build/src/tools/gigaslam.gif | cut -f 1` if [ $size -gt 120 ]; then echo "========== restored sparse file gigaslam.gif too big =========" + echo " size is ${size}K it should be 120K" fi check_two_logs diff --git a/regress/tests/sparse-encrypt-test b/regress/tests/sparse-encrypt-test index 5a20ae6b5c..fa6484d968 100755 --- a/regress/tests/sparse-encrypt-test +++ b/regress/tests/sparse-encrypt-test @@ -55,6 +55,7 @@ stop_bacula size=`du ${cwd}/tmp/bacula-restores/${cwd}/build/src/tools/gigaslam.gif | cut -f 1` if [ $size -gt 120 ]; then echo "========== restored sparse file: gigaslam.gif too big =========" + echo " size is ${size}K it should be 120K" fi check_two_logs