Changeset 90044 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Jul 6, 2021 8:59:11 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r89992 r90044 926 926 RTTestFailed(g_hTest, "Verification failed with %Rrc", rc); 927 927 928 #ifdef DEBUG 929 if (g_fDrvAudioDebug) 930 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, 931 "\n" 932 "Use the following command line to re-run verification in the debugger:\n" 933 "gdb --args ./VBoxAudioTest -vvvv --debug-audio verify \"%s\" \"%s\"\n", 934 SetA.szPathAbs, SetB.szPathAbs); 935 #endif 928 936 if (!g_fDrvAudioDebug) /* Don't wipe stuff when debugging. Can be useful for introspecting data. */ 929 937 AudioTestSetWipe(&SetB);
Note:
See TracChangeset
for help on using the changeset viewer.