Changeset 683

Show
Ignore:
Timestamp:
12/05/06 13:53:42 (2 years ago)
Author:
peter
Message:

tsuite/auto/run_parallel.pl:

Fix some problems in the script:

  • delete optimal.in so that it doesn't fool checkall.pl
  • change "transread.out" -> "func_trans_read.out"
Files:
1 modified

Legend:

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

    r621 r683  
    6565system "gmake -i -j $ARGV[1]"; 
    6666 
     67# this was produced by the optimizers and is not really part of the test suite 
     68# its presence will fool the checkall.pl script.... 
     69unlink "optimal.in"; 
     70 
    6771if( $ARGV[1] > 1 ) { 
    68 # just in case transread was run before transpunch was complete 
    69    unlink "transread.out"; 
    70 # this will also rerun optimal.in, hence parallel mode... 
     72# just in case func_trans_read was run before func_trans_punch was complete 
     73   unlink "func_trans_read.out"; 
    7174# try make instead if gmake doesn't exist on your system 
    7275   system "gmake -i -j $ARGV[1]";