Changeset 16667
- Timestamp:
- Feb 26, 2008, 1:48:31 PM (18 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
chiptool.c (modified) (2 diffs)
-
chiptoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r16666 r16667 165 165 // default 166 166 PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "=="); 167 PXOPT_LOOKUP_BOOL(pretend, config->args, "-pretend", false); 167 168 168 169 // find the exp_id of all the exposures that we want to queue up. … … 178 179 psStringAppend(&query, " AND %s", whereClause); 179 180 psFree(whereClause); 181 } 182 183 if (pretend) { 184 // then stop before running the query 185 fprintf(stderr, "%s\n", query); 186 psFree(query); 187 return true; 180 188 } 181 189 -
trunk/ippTools/src/chiptoolConfig.c
r16666 r16667 137 137 psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-set_end_stage", 0, 138 138 "define end stage", NULL); 139 psMetadataAddBool(queueArgs, PS_LIST_TAIL, "-pretend", 0, 140 "do not actually modify the database", false); 139 141 140 142
Note:
See TracChangeset
for help on using the changeset viewer.
