Changeset 54621 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Mar 4, 2015 1:55:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r53039 r54621 2578 2578 if fVBox is not None: 2579 2579 if fEnv is not None: 2580 assert fVBox == fEnv, 'Misconfigured TestBox: fVBox=%s (%s) vs. fEnv=%s (%s)' % (fVBox, sEnum, fEnv, sEnvVar); 2580 if fEnv != fVBox and not fQuiet: 2581 reporter.log('TestBox configuration overwritten: fVBox=%s (%s) vs. fEnv=%s (%s)' 2582 % (fVBox, sEnum, fEnv, sEnvVar)); 2583 return fEnv; 2581 2584 return fVBox; 2582 2585 if fEnv is not None:
Note:
See TracChangeset
for help on using the changeset viewer.