]> git.sur5r.net Git - bacula/bacula/commitdiff
Reduce accurate test output when not debug
authorKern Sibbald <kern@sibbald.com>
Mon, 26 Apr 2010 15:59:05 +0000 (17:59 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:45 +0000 (16:53 +0200)
regress/tests/accurate-test

index 98140398de3ae0809371b410abfb3e27c7e4bb2b..21ae4544c126ae27d05a52ffcab50afcd789d41e 100755 (executable)
@@ -21,12 +21,14 @@ cp tmp/1 $conf/bacula-fd.conf
 change_jobname BackupClient1 $JobName
 
 p() {
-    echo "##############################################" >> ${cwd}/tmp/log1.out
-    echo "$*" >> ${cwd}/tmp/log1.out
-    echo "##############################################" >> ${cwd}/tmp/log2.out
-    echo "$*" >> ${cwd}/tmp/log2.out
-    echo "##############################################"
-    echo "$*"
+   echo "##############################################" >> ${cwd}/tmp/log1.out
+   echo "$*" >> ${cwd}/tmp/log1.out
+   echo "##############################################" >> ${cwd}/tmp/log2.out
+   echo "$*" >> ${cwd}/tmp/log2.out
+   if test "$debug" -eq 1 ; then
+      echo "##############################################"
+      echo "$*"
+   fi
 }
 
 # cleanup