Ignore:
Timestamp:
2014-11-28T20:07:33+13:00 (9 years ago)
Author:
sjs49
Message:

Minor changes

File:
1 edited

Legend:

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

    r29455 r29493  
    903903    if(!$isWin) {
    904904    $cmd = "bash -c \"export GSDL3SRCHOME=&& export GSDLHOME=&& source $setup_script.$linux_ext && $cmd\"";
     905    #$cmd = "bash -c \"export GSDL3SRCHOME=&& export GSDLHOME=&& export PERL_HASH_SEED_DEBUG=1&& source $setup_script.$linux_ext && $cmd\"";
    905906
    906907    } else { # Need to prefix cmd -c/-k as necessary
     
    994995    print STDERR "Creating an html summary report... ";
    995996    $cmd = "java org.apache.xalan.xslt.Process -IN $ENV{'DATA_DIR'}/report-$install_version-$dateid.xml -XSL $ENV{'TASK_HOME'}/xsl/html-report.xsl -OUT $ENV{'DATA_DIR'}/report-$install_version-$dateid.html";
     997
     998    print STDERR "@@@ Running summarise command: $cmd\n\n";
    996999    $status = system($cmd);
     1000
    9971001    print STDERR "done\n";
    9981002   
Note: See TracChangeset for help on using the changeset viewer.