Skip to content

Commit

Permalink
- show the entire testsuite-trace.txt so we see more info in Hudson.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 23, 2012
1 parent adcf54a commit 92ce9f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.common
Expand Up @@ -111,6 +111,7 @@ test:
testlog:
(time $(MAKE) -C testsuite -f Makefile > testsuite/testsuite-trace.txt 2>&1)
echo "log is in testsuite/testsuite-trace.txt"
cat testsuite/testsuite-trace.txt
echo "Failed models: "
cat testsuite/testsuite-trace.txt | grep "==== Log" | wc -l
cat testsuite/testsuite-trace.txt | grep "==== Log" ; echo DONE!
Expand Down

0 comments on commit 92ce9f9

Please sign in to comment.