Changeset 89747 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Jun 16, 2021 4:06:15 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r89711 r89747 33 33 #include <iprt/dir.h> 34 34 #include <iprt/errcore.h> 35 #include <iprt/file.h> 35 36 #include <iprt/initterm.h> 36 37 #include <iprt/getopt.h> … … 568 569 else 569 570 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Verification skipped\n"); 571 572 RTFileDelete(pTstEnv->u.Host.szPathTestSetGuest); 573 RTFileDelete(pTstEnv->u.Host.szPathTestSetValKit); 570 574 } 571 575 } … … 573 577 else 574 578 AssertFailed(); 579 580 /* Clean up. */ 581 RTDirRemove(pTstEnv->szPathTemp); 582 RTDirRemove(pTstEnv->szPathOut); 575 583 576 584 if (RT_FAILURE(rc)) … … 881 889 } 882 890 891 AudioTestSetWipe(&SetA); 883 892 AudioTestSetClose(&SetA); 893 894 AudioTestSetWipe(&SetB); 884 895 AudioTestSetClose(&SetB); 885 896
Note:
See TracChangeset
for help on using the changeset viewer.