]> rtime.felk.cvut.cz Git - omk.git/blobdiff - tests/parallel_make/runtest
Fixed parallel_make test to test only serialized targets
[omk.git] / tests / parallel_make / runtest
index 2c8edf45eab1c57c4fc1cfe4fb3742a40bc32e77..839b81ddc36ac88d58c95c050e1a3eb7ba7ca4d7 100755 (executable)
@@ -2,7 +2,7 @@
 
 . ../functions.sh
 
-make -j | grep -vE '(^make\[.*\]|-local$)' > passes
+make -j | grep -E '^(include-pass|library-pass|binary-pass)' | tee passes
 
 cat passes|uniq > passes.uniq
 LINES_UNIQ=`cat passes.uniq|wc -l`