Changeset 4c26a94 for tests/pybin
- Timestamp:
- Dec 3, 2021, 3:47:17 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- a83012bf
- Parents:
- db87a35
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/tools.py
rdb87a35 r4c26a94 374 374 375 375 if not os.path.isfile(core): 376 return 1, "ERR No core dump "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.