Changeset 2065 for trunk/tsuite

Show
Ignore:
Timestamp:
05/14/08 07:55:08 (8 months ago)
Author:
peter
Message:

tsuite/slow/run_parallel.pl:
tsuite/auto/run_parallel.pl:

Remove test for existing Cloudy binary. It makes it impossible to do valgrind runs with this script.

Location:
trunk/tsuite
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/tsuite/auto/run_parallel.pl

    r2063 r2065  
    7676} 
    7777 
    78 if( $nproc > 0 && ! -e $exe ) { 
    79     print "No executable is found at ==$exe==\n"; 
    80     print "A correct path to the cloudy binary must be supplied as the first parameter to this script.\n"; 
    81     exit; 
    82 } 
    83  
    8478# clean up first 
    8579if( -e "./clean_tsuite.pl" ) { 
  • trunk/tsuite/slow/run_parallel.pl

    r2063 r2065  
    7474} 
    7575 
    76 if( $nproc > 0 && ! -e $exe ) { 
    77     print "No executable is found at ==$exe==\n"; 
    78     print "A correct path to the cloudy binary must be supplied as the first parameter to this script.\n"; 
    79     exit; 
    80 } 
    81  
    8276# clean up first 
    8377if( -e "./clean_tsuite.pl" ) {