projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15bd567
)
Improve.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 19 Oct 2004 22:41:04 +0000
(22:41 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 19 Oct 2004 22:41:04 +0000
(22:41 +0000)
grading/threads/run-tests
patch
|
blob
|
history
diff --git
a/grading/threads/run-tests
b/grading/threads/run-tests
index 1783ca9550c421547161fd249c75375e0e0f6b5c..028f4a5a6a20fc5f43b7b3ab5280d198f832afdd 100755
(executable)
--- a/
grading/threads/run-tests
+++ b/
grading/threads/run-tests
@@
-156,7
+156,7
@@
sub run_test {
}
# Really run the test.
-
$status
= really_run_test ($test);
+
my ($status)
= really_run_test ($test);
# Save the results for later.
open (DONE, ">output/$test/done") or die "output/$test/done: create: $!\n";