IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2011, 4:33:34 PM (15 years ago)
Author:
bills
Message:

disttool -revertrun was only using the last of the list of lables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/disttool.c

    r31564 r32197  
    771771    PXOPT_COPY_S64(config->args, where, "-stage_id", "stage_id", "==");
    772772    PXOPT_COPY_STR(config->args, where, "-state", "state", "==");
    773     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     773    pxAddLabelSearchArgs(config, where, "-label", "distRun.label", "==");
    774774
    775775    PXOPT_COPY_S16(config->args, where,  "-fault", "distRun.fault", "==");
Note: See TracChangeset for help on using the changeset viewer.