Changeset 17168


Ignore:
Timestamp:
01/24/14 13:56:48 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: enable passing list of ids: --exclude 101 102

File:
1 edited

Legend:

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

    r16710 r17168  
    262262        parser = argparse.ArgumentParser(description='RUNME - test deck for ISSM nightly runs')
    263263        parser.add_argument('-i','--id', nargs='*', type=int, help='followed by the list of ids requested', default=[])
    264         parser.add_argument('-e','--exclude', nargs='*', type=int, help='ids to be excluded from the test', default=[])
     264        parser.add_argument('-e','--exclude', nargs='+', type=int, help='ids to be excluded from the test', default=[])
    265265        parser.add_argument('-b','--benchmark', help='nightly/ismip/eismint/thermal/mesh/...', default='nightly')
    266266        parser.add_argument('-p','--procedure', help='check/update', default='check')
Note: See TracChangeset for help on using the changeset viewer.