Changeset 97672 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Nov 24, 2022 8:28:01 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/base.py
r97669 r97672 723 723 utils.sudoProcessOutputChecked([ 'coreadm', '-e', 'global', '-e', 'global-setid', \ 724 724 '-e', 'process', '-e', 'proc-setid', \ 725 '-g', os.path.join(sCorePath, ' core.%f.%p')]);725 '-g', os.path.join(sCorePath, '%f.%p.core')]); 726 726 else: # Disable. 727 727 utils.sudoProcessOutputChecked([ 'coreadm', \
Note:
See TracChangeset
for help on using the changeset viewer.