Changes in tests/pybin/tools.py [a83012bf:22a4292]
- File:
-
- 1 edited
-
tests/pybin/tools.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/tools.py
ra83012bf r22a4292 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" 377 377 378 378 try:
Note:
See TracChangeset
for help on using the changeset viewer.