From bc102075f2d5d33368577bfa38380abd14a2aa45 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sat, 7 Dec 2024 19:36:47 +0300 Subject: [PATCH] update vctest (MSVC) --- vctest/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vctest/main.cpp b/vctest/main.cpp index 3f0629e8..35253bce 100644 --- a/vctest/main.cpp +++ b/vctest/main.cpp @@ -189,7 +189,8 @@ int main(int argc, char** argv) { } dump_config(config); - system("cd"); + system("tree build"); + return 0; std::vector tests; std::cout << "scanning for tests" << std::endl;