]> git.sur5r.net Git - bacula/bacula/commitdiff
Add more debug in filregexp test
authorKern Sibbald <kern@sibbald.com>
Thu, 15 Oct 2009 15:35:04 +0000 (17:35 +0200)
committerKern Sibbald <kern@sibbald.com>
Thu, 15 Oct 2009 15:35:04 +0000 (17:35 +0200)
regress/tests/fileregexp-test

index 11e8f141aabc7888e843ad2ae1163a67a9f0bc38..268e3b5221a8c508b7efa320a672a2ae06e5058f 100755 (executable)
@@ -57,6 +57,7 @@ COUNT_README=`find ${tmp}/bacula-restores -type f | grep README | wc -l`
 
 if [ $COUNT_OTHER -gt 0 -o $COUNT_README -lt 11 ]; then
     print_debug "Found non matching files"
+    print debug "Count_other=$COUNT_OTHER count_readme=$COUNT_README"
     print_debug `find ${tmp}/bacula-restores -type f | grep -v README`
     rstat=2
 fi