fsx: Report number of successful operations

Report the number of successful operations at the end of an fsx run.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Andreas Gruenbacher
2016-01-11 14:44:21 +11:00
committed by Dave Chinner
parent c8ba07126c
commit 6b7be00b07
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1881,7 +1881,7 @@ main(int argc, char **argv)
prterr("close");
report_failure(99);
}
prt("All operations completed A-OK!\n");
prt("All %lu operations completed A-OK!\n", testcalls);
exit(0);
return 0;