Changeset 97671 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Nov 23, 2022 3:15:17 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/utils.py
r97670 r97671 1434 1434 asDmpDirs = []; 1435 1435 try: 1436 sScratchPath = environ.get('TESTBOX_PATH_SCRATCH', None);1436 sScratchPath = os.environ.get('TESTBOX_PATH_SCRATCH', None); 1437 1437 asDmpDirs.extend([ sScratchPath ]); 1438 1438 except:
Note:
See TracChangeset
for help on using the changeset viewer.