Skip to content

Commit

Permalink
Adding support for testing multiple specs at once
Browse files Browse the repository at this point in the history
  • Loading branch information
quag committed Dec 29, 2008
1 parent 85e6aa4 commit 6dd3338
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iospec
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ failureErrors := list

writeln
time := Date cpuSecondsToRun(
BodyContext clone doFile(System args at(1))
System args exSlice(1) foreach(spec,
BodyContext clone doFile(spec)
)
)

failureErrors foreach(i, error,
Expand Down

0 comments on commit 6dd3338

Please sign in to comment.