Changeset 16633
- Timestamp:
- 11/06/13 12:52:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh
r16629 r16633 112 112 ## testcase tag 113 113 content="$content 114 <testcase assertions=\"1\" name=\"$ name\" time=\"$time\">114 <testcase assertions=\"1\" name=\"$testname\" time=\"$time\"> 115 115 $failure 116 116 <system-out> … … 123 123 ## testsuite block 124 124 cat <<EOF >$juDIR/TEST-$suite.xml 125 <testsuite failures="0" assertions="$assertions" name=" $testname" tests="1" errors="$errors" time="$total">125 <testsuite failures="0" assertions="$assertions" name="ISSM Test Suite" tests="1" errors="$errors" time="$total"> 126 126 $content 127 127 </testsuite>
Note:
See TracChangeset
for help on using the changeset viewer.