- Timestamp:
- Sep 1, 2021 11:40:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r91054 r91056 246 246 if iExitCode: 247 247 if iExitCode == 0: 248 reporter.error('Executing \"%s\" was successful' % (sWhat));249 248 fRc = True; 250 249 else: 251 250 reporter.error('Executing \"%s\" on host returned exit code error %d' % (sWhat, iExitCode)); 252 253 if not fRc:254 reporter.error('Executing \"%s\" on host failed' % (sWhat,));255 251 256 252 return fRc;
Note:
See TracChangeset
for help on using the changeset viewer.