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;