projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44b7b37
)
Fix typo.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 25 Jan 2005 20:51:43 +0000
(20:51 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 25 Jan 2005 20:51:43 +0000
(20:51 +0000)
grading/lib/Pintos/Grading.pm
patch
|
blob
|
history
diff --git
a/grading/lib/Pintos/Grading.pm
b/grading/lib/Pintos/Grading.pm
index f29dc05f7c9ae494682c0ea49eb0f99ea2a5d22d..463d475eada79a590a1241847c24778a754c1698 100644
(file)
--- a/
grading/lib/Pintos/Grading.pm
+++ b/
grading/lib/Pintos/Grading.pm
@@
-423,9
+423,9
@@
sub grade_test {
# Read test output.
my ($outfile) = "output/$test/run.out";
if (! -e $outfile) {
- if (-s "output/$test
.
make.err") {
+ if (-s "output/$test
/
make.err") {
# make failed.
- $details{$test} = snarf ("output/$test
.
make.err");
+ $details{$test} = snarf ("output/$test
/
make.err");
return "make failed. Error messages at end of file.";
}
die "$outfile: missing test output file";