Changeset 13720


Ignore:
Timestamp:
10/17/12 14:51:40 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: for NR, write PYTHONEXITEDCORRECTLY so that report.sh detects that all tests have been run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/runme.py

    r13460 r13720  
    262262        md = runme(args.id, args.exclude, args.benchmark, args.procedure, args.output, args.rank, args.numprocs)
    263263
     264        if strcmpi(args.output,'nightly'):
     265                print "PYTHONEXITEDCORRECTLY"
     266
    264267        exit(md)
    265 
Note: See TracChangeset for help on using the changeset viewer.