Changeset 84946 in vbox for trunk/src/VBox/ValidationKit/testboxscript
- Timestamp:
- Jun 25, 2020 10:25:18 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r83183 r84946 380 380 'TestBoxHelper'); 381 381 else: # Only for in-tree testing, so don't bother be too accurate right now. 382 sType = os.environ.get('KBUILD_TYPE', os.environ.get('BUILD_TYPE', 'debug'));382 sType = os.environ.get('KBUILD_TYPE', 'debug'); 383 383 self._sTestBoxHelper = os.path.join(g_ksValidationKitDir, os.pardir, os.pardir, os.pardir, 'out', \ 384 384 utils.getHostOsDotArch(), sType, 'testboxscript', \
Note:
See TracChangeset
for help on using the changeset viewer.