From c054db0f48c1d3514d185d23bdcc96b51d9807e2 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 21 Jun 2022 23:46:13 -0600 Subject: [PATCH] testqbsp: shouldn't use -keepprt as the tests are checking for the .prt files --- qbsp/test_qbsp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbsp/test_qbsp.cc b/qbsp/test_qbsp.cc index 92edbf67..6a9102dd 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", "-keepprt"}; + std::vector args{"", "-nopercent"}; for (auto &arg : extra_args) { args.push_back(arg); }