Changeset 630c4bb for tests/pybin
- Timestamp:
- Mar 11, 2022, 12:30:39 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 3c4bf05, 510e6f9
- Parents:
- 4f6dda0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/tools.py
r4f6dda0 r630c4bb 483 483 484 484 if not os.path.isfile(core): 485 return 1, "ERR No core dump (limit soft: {} hard: {})".format(*resource.getrlimit(resource.RLIMIT_CORE))485 return 1, "ERR No core dump, expected '{}' (limit soft: {} hard: {})".format(core, *resource.getrlimit(resource.RLIMIT_CORE)) 486 486 487 487 try:
Note: See TracChangeset
for help on using the changeset viewer.