Ignore:
Timestamp:
2013-06-04T19:42:55+12:00 (11 years ago)
Author:
ak19
Message:

Minor correction to commit just made.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/task

    r27541 r27542  
    253253    # email out with report attached, if the tests failed                                                     
    254254    echo "Checking if failed... "
    255     result=`java org.apache.xalan.xslt.Process -IN "$xmlout" -XSL "$TASK_HOME/x\
    256 sl/passed-or-not.xsl"`
     255    result=`java org.apache.xalan.xslt.Process -IN "$xmlout" -XSL "$TASK_HOME/xsl/passed-or-not.xsl"`
    257256    echo "result: "$result
    258257    if [ "$result" != "yes" ]; then
Note: See TracChangeset for help on using the changeset viewer.