Skip to content

Commit

Permalink
Try to include stdout for succeeding tests
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17613 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 8, 2013
1 parent 7a2ef82 commit 2f33393
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Examples/BuildModelRecursive.mos
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@ function testcase
algorithm
str:=\\\"<testcase name=\\\\\\\""+s+"\\\\\\\" time=\\\\\\\"\\\"+String(time)+\\\"\\\\\\\">\\\"+(
if not success then \\\"<error type=\\\\\\\"failed\\\\\\\" message=\\\\\\\"\\\"+errXML+\\\"\\\\\\\"/>\\\"
elseif errXML <> \\\"\\\" then (\\\"<system-out>\\\" + errXML + \\\"</system-out>\\\")
else \\\"\\\"
// Hudson does not print any output on success
// else (\\\"<system-out>\\\" + errXML + \\\"</system-out>\\\")
)+\\\"</testcase>\n\\\";
end testcase;
\");getErrorString();
Expand Down

0 comments on commit 2f33393

Please sign in to comment.