IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37440


Ignore:
Timestamp:
Sep 26, 2014, 2:58:18 PM (12 years ago)
Author:
watersc1
Message:

This change should allow prep_fail and regular fail to be reverted by the component reverter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippTools/src/remotetool.c

    r37388 r37440  
    589589  PXOPT_COPY_S64(config->args, where, "-remote_id", "remote_id", "==");
    590590  PXOPT_COPY_S64(config->args, where, "-stage_id", "stage_id", "==");
    591   psMetadataAddStr(where,PS_LIST_TAIL,"state",0, "==", "fail");
     591  psMetadataAddStr(where,PS_LIST_TAIL,"state",0, "LIKE", "%fail");
    592592 
    593593  // value to set
Note: See TracChangeset for help on using the changeset viewer.