- Timestamp:
- 16/07/13 16:37:02 (8 years ago)
- Location:
- FCC2/trunk/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
FCC2/trunk/source/fcc_utils.py
r48 r49 265 265 ##print '_arg_%s' % key , locals()['_arg_%s' % key ] 266 266 res = eval( tt1 ) 267 print '#####', res,tt1267 ## print '#####', res,tt1 268 268 if res: 269 269 match = True … … 280 280 281 281 if not match: 282 handler._log( 'CQC.101.001.007', fpath, 'Failed constrained regex tests %s (%s unco mnditional matches)' % (fbits[k], nunc) )282 handler._log( 'CQC.101.001.007', fpath, 'Failed constrained regex tests %s (%s unconditional matches)' % (fbits[k], nunc) ) 283 283 elif qfns.segments[k][0] == 'regex-match': 284 284 res = qfns.segments[k][2].match( fbits[k] ) -
FCC2/trunk/source/run_fcc.py
r48 r49 75 75 76 76 baseDir = thisDir 77 scriptVersion = 0.8 77 scriptVersion = 0.81 78 78 scriptName = 'run_fcc' 79 79
Note: See TracChangeset
for help on using the changeset viewer.