Changeset 24135
- Timestamp:
- May 11, 2009, 1:00:39 PM (17 years ago)
- Location:
- branches/pap_magic/ippTools/src
- Files:
-
- 2 edited
-
difftool.c (modified) (2 diffs)
-
difftoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_magic/ippTools/src/difftool.c
r24120 r24135 955 955 PXOPT_LOOKUP_BOOL(reRun, config->args, "-rerun", false); 956 956 PXOPT_LOOKUP_BOOL(available, config->args, "-available", false); 957 PXOPT_LOOKUP_BOOL(pretend, config->args, "-pretend", false); 957 958 958 959 // find all things to queue … … 1049 1050 return false; 1050 1051 } 1052 return true; 1053 } 1054 1055 if (pretend) { 1056 // negative simple so the default is true 1057 if (!ippdbPrintMetadatas(stdout, output, "diffRun", !simple)) { 1058 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 1059 psFree(output); 1060 return false; 1061 } 1062 psFree(output); 1051 1063 return true; 1052 1064 } -
branches/pap_magic/ippTools/src/difftoolConfig.c
r24120 r24135 167 167 psMetadataAddBool(definewarpstackArgs, PS_LIST_TAIL, "-available", 0, "define new run even if warpRun has some faults", false); 168 168 psMetadataAddBool(definewarpstackArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 169 psMetadataAddBool(definewarpstackArgs, PS_LIST_TAIL, "-pretend", 0, "list results but to not queue", false); 169 170 170 171 // -definewarpwarp
Note:
See TracChangeset
for help on using the changeset viewer.
