Changeset 23178


Ignore:
Timestamp:
08/24/18 13:01:30 (7 years ago)
Author:
kruegern
Message:

CHG: made name-based include/exclude for runme.py print 'No test matches xyz' message as appropriate

File:
1 edited

Legend:

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

    r23149 r23178  
    3838        #Return if no test found
    3939        if not ids:
    40                 if verbose:
    41                         print "No test matches '%s'." % string
    42                 #else:
    43                         #print []
     40                print "No test matches '%s'." % string
    4441                return ids
    4542
Note: See TracChangeset for help on using the changeset viewer.