Improve the format of the --iterations output.
authorWayne Davison <wayned@samba.org>
Sun, 6 Jul 2003 18:29:24 +0000 (18:29 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 6 Jul 2003 18:29:24 +0000 (18:29 +0000)
wildtest.c

index b582099..3c40e4a 100644 (file)
@@ -59,8 +59,10 @@ run_test(int line, bool matches, bool same_as_fnmatch,
        fnmatch_errors++;
     }
 #endif
-    if (output_iterations)
-       printf("[%s] iterations = %d\n", pattern, wildmatch_iteration_count);
+    if (output_iterations) {
+       printf("%d: \"%s\" iterations = %d\n", line, pattern,
+              wildmatch_iteration_count);
+    }
 }
 
 int