Changeset 16633


Ignore:
Timestamp:
11/06/13 12:52:56 (11 years ago)
Author:
Eric.Larour
Message:

CHG: better naming conventions for sh2ju.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh

    r16629 r16633  
    112112  ## testcase tag
    113113  content="$content
    114     <testcase assertions=\"1\" name=\"$name\" time=\"$time\">
     114    <testcase assertions=\"1\" name=\"$testname\" time=\"$time\">
    115115    $failure
    116116    <system-out>
     
    123123  ## testsuite block
    124124  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">
    126126    $content
    127127  </testsuite>
Note: See TracChangeset for help on using the changeset viewer.