Changeset b24cbaf for tests/test.py
- Timestamp:
- Sep 12, 2024, 4:14:29 PM (8 weeks ago)
- Branches:
- master
- Children:
- 23fb819
- Parents:
- 406c806
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/test.py
r406c806 rb24cbaf 352 352 for t in tests: 353 353 print(os.path.relpath(t.expect(), settings.SRCDIR), end=' ') 354 print(os.path.relpath(t.input () , settings.SRCDIR), end=' ')354 print(os.path.relpath(t.inputs_all() , settings.SRCDIR), end=' ') 355 355 code, out, err = make_recon(t.target()) 356 356 … … 360 360 361 361 print(' '.join(re.findall(r'([^\s]+\.cfa)', out)), end=' ') 362 363 print('')364 362 365 363 # done
Note: See TracChangeset
for help on using the changeset viewer.