projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0608125
)
Don't use ! in shell.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 9 Jan 2005 01:15:50 +0000
(
01:15
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 9 Jan 2005 01:15:50 +0000
(
01:15
+0000)
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index b084e95bae2e72ef954c763a4ae968701472f100..f7c813184e6a1eddbbeb146f343ae674f207db31 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-78,7
+78,7
@@
list stdlib::
cp ../src/tests/threads/$@.c $@/pintos/src/threads/test.c
$(MAKE) -C $@/pintos/src/threads -s
-(cd $@/pintos/src/threads/build && pintos -v run -q) | tee $@/output
- grep -q '$@: PASS' $@/output
&& ! grep -q 'FAIL' $@/output
+ grep -q '$@: PASS' $@/output
$(clean)
userprog: PROJECT = userprog