]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak more debug for FreeBSD to verify-data-test
authorKern Sibbald <kern@sibbald.com>
Sun, 28 May 2017 13:10:52 +0000 (15:10 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 28 May 2017 13:10:52 +0000 (15:10 +0200)
regress/tests/verify-data-test

index 712073f2928a24ef2f41caafc3f983c4f4830a67..c80c0b794c831d880f4c4484a739eb1165a3a17a 100755 (executable)
@@ -102,6 +102,9 @@ if [ $nb -ne 4 ]; then
 fi
 nb=`grep "^  Termination: *Verify OK" tmp/log3.out | wc -l`
 if [ $nb -ne $nbok ]; then
+    echo "nb=${nb} nbok=${nbok}"
+    echo "tmp/log3.out"
+    cat tmp/log3.out
     rstat=2
 fi
 dstat=0