Changeset a83012bf for tests/pybin
- Timestamp:
- Dec 3, 2021, 4:33:11 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 295dd61
- Parents:
- 4c26a94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/tools.py
r4c26a94 ra83012bf 374 374 375 375 if not os.path.isfile(core): 376 return 1, "ERR No core dump (limit soft: {} hard: {})".format( resource.getrlimit(resource.RLIMIT_CORE))376 return 1, "ERR No core dump (limit soft: {} hard: {})".format(*resource.getrlimit(resource.RLIMIT_CORE)) 377 377 378 378 try:
Note: See TracChangeset
for help on using the changeset viewer.