Changeset 97666 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Nov 23, 2022 1:06:32 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/base.py
r97664 r97666 722 722 sCorePath = getDirEnv('TESTBOX_PATH_SCRATCH', sAlternative = '/var/cores', fTryCreate = False); 723 723 utils.sudoProcessOutputChecked([ 'coreadm', '-e', 'process', '-g', os.path.join(sCorePath, 'core.%f.%p') ]); 724 utils.sudoProcessOutputChecked([ 'coreadm', '-e', 'proc-setid', '-g', os.path.join(sCorePath, 'core.%f.%p') ]); 724 725 else: # Disable. 725 726 utils.sudoProcessOutputChecked([ 'coreadm', '-d', 'process' ]); 727 utils.sudoProcessOutputChecked([ 'coreadm', '-d', 'proc-setid' ]); 726 728 727 729 if sKindCrashDump is not None:
Note:
See TracChangeset
for help on using the changeset viewer.