projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
546d8bf
)
Expect proper result from `pintos get'.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 14 Jan 2005 05:43:25 +0000
(
05:43
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 14 Jan 2005 05:43:25 +0000
(
05:43
+0000)
grading/userprog/run-tests
patch
|
blob
|
history
diff --git
a/grading/userprog/run-tests
b/grading/userprog/run-tests
index ec185eebd47194f213ee97c82fc84995e6af7d99..b10cb973ebe8c2d59c1d9f0f91a73bd6952d63c5 100755
(executable)
--- a/
grading/userprog/run-tests
+++ b/
grading/userprog/run-tests
@@
-170,7
+170,7
@@
sub get_file {
. "-v get $guest_fn $host_fn",
LOG => "$test/get-$guest_fn",
TIMEOUT => 10,
- EXPECT =>
0
);
+ EXPECT =>
1
);
die "`pintos get $guest_fn' failed - $result\n"
if $result ne 'ok';
}