Ignore:
Timestamp:
2014-11-28T21:01:27+13:00 (9 years ago)
Author:
ak19
Message:

Related to previous commit 29494 accidentally committed under sjs49 and which was prematurely committed. That commit and this one adds a debug flag to the run_test action of the diffcol task, that will store the intermediate debug files in the top level diffcol folder for inspection.

File:
1 edited

Legend:

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

    r29494 r29495  
    864864    my $debug_state = $debugging ? "-debug" : "";
    865865    $cmd = "diffcol.pl -testos $test_os -modelos $model_os -output xml -verbosity 10 $debug_state $collection"; # need to run with ./diffcol.pl if bash script
    866    
     866
     867    #print STDERR "Running diffcol cmd: $cmd\n";
    867868    &run_diff_script($cmd, $xml_fh, $diffcol_dir);
    868869
Note: See TracChangeset for help on using the changeset viewer.