diff --git a/qbsp/test_qbsp.cc b/qbsp/test_qbsp.cc index d24ec874..b42cbda2 100644 --- a/qbsp/test_qbsp.cc +++ b/qbsp/test_qbsp.cc @@ -169,7 +169,7 @@ static std::tuple> LoadTestmap(c auto bsp_path = map_path; bsp_path.replace_extension(".bsp"); - std::vector args{"", "-nopercent"}; // first arg is the exe path, which we're ignoring in this case + std::vector args{"", "-noverbose"}; // first arg is the exe path, which we're ignoring in this case for (auto &arg : extra_args) { args.push_back(arg); }