Skip to content

Commit

Permalink
- do not use cat, use fgrep -v "... ok" instead to filter tests that …
Browse files Browse the repository at this point in the history
…are OK.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17269 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Sep 16, 2013
1 parent 62148f3 commit 509176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ test:
testlog:
(time $(MAKE) -C testsuite -f Makefile > testsuite/testsuite-trace.txt 2>&1) || true
echo "log is in testsuite/testsuite-trace.txt"
cat testsuite/testsuite-trace.txt
fgrep -v "... ok" testsuite/testsuite-trace.txt
echo "Successful tests: "
cat testsuite/testsuite-trace.txt | grep "... ok" | wc -l
echo "Failed models: "
Expand Down

0 comments on commit 509176f

Please sign in to comment.