Changeset 5742 for branches


Ignore:
Timestamp:
Jul 14, 2015, 9:14:38 PM (9 years ago)
Author:
mmh
Message:

stop printing empty messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/uq/gui/scripts/analyzer.tcl

    r5739 r5742  
    11311131    # Scan through and pick out any =RAPPTURE-PROGRESS=> messages first.
    11321132    #
     1133
    11331134    while {[regexp -indices \
    11341135               {=RAPPTURE-PROGRESS=> *([-+]?[0-9]+) +([^\n]*)(\n|$)} $message \
     
    11521153    #
    11531154    while {[regexp -indices {=SUBMIT-PROGRESS=> aborted=([0-9]+) finished=([0-9]+) failed=([0-9]+) executing=([0-9]+)\
    1154         waiting=([0-9]+) setting_up=([0-9]+) setup=([0-9]+) %done=([0-9.]+) timestamp=([0-9.]+)} $message \
     1155        waiting=([0-9]+) setting_up=([0-9]+) setup=([0-9]+) %done=([0-9.]+) timestamp=([0-9.]+)(\n|$)} $message \
    11551156        match aborted finished failed executing waiting setting_up setup percent ts mesg]} {
    11561157
Note: See TracChangeset for help on using the changeset viewer.