Changeset 96651 in vbox
- Timestamp:
- Sep 8, 2022 6:47:09 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r96650 r96651 909 909 self.cSecsRecordingMax = 0; # No recording time limit in seconds. 910 910 self.cMbRecordingMax = 195; # The test manager web server has a configured upload limit of 200 MiBs. 911 ## @todo Can we query the configured value here (via `from testmanager import config`)? 911 ## @todo Can we query the configured value here 912 # (via `from testmanager import config`)? 912 913 913 914 # Drop LD_PRELOAD and enable memory leak detection in LSAN_OPTIONS from vboxinstall.py
Note:
See TracChangeset
for help on using the changeset viewer.