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

index b935f25385aa67ad5795dc95813da20f874e178d..742c7a2ba59ea87a562735d063222e19f30e9255 100755 (executable)
@@ -56,6 +56,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