Changeset 91415 in vbox for trunk/src/VBox
- Timestamp:
- Sep 27, 2021 7:26:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r91413 r91415 144 144 raise base.InvalidOption('The "--audio-tests" value "%s" is not valid; valid values are: %s' 145 145 % (s, ' '.join(self.asTestsDef))); 146 elif asArgs[iArg] == ' audio-test-count' \147 or asArgs[iArg] == ' audio-test-tone-duration':146 elif asArgs[iArg] == '--audio-test-count' \ 147 or asArgs[iArg] == '--audio-test-tone-duration': 148 148 # Strip the "--audio-test-" prefix and keep the options as defined in VKAT, 149 149 # e.g. "--audio-test-count" -> "--count". That way we don't
Note:
See TracChangeset
for help on using the changeset viewer.