Skip to content

Commit

Permalink
Print out the number of specs checked
Browse files Browse the repository at this point in the history
  • Loading branch information
quag committed Dec 29, 2008
1 parent 85acfd5 commit 32f1899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iospec
Expand Up @@ -132,4 +132,4 @@ failureCount := failureErrors size


writeln("Finished in ", time, " seconds") writeln("Finished in ", time, " seconds")
writeln writeln
writeln(exampleCount, if(exampleCount == 1, " example, ", " examples, "), failureCount, if(failureCount == 1, " failure", " failures")) writeln(if(specs size == 1, "", specs size .. " specs, "), exampleCount, if(exampleCount == 1, " example, ", " examples, "), failureCount, if(failureCount == 1, " failure", " failures"))

0 comments on commit 32f1899

Please sign in to comment.