tests: log .bsp copying

This commit is contained in:
Eric Wasylishen 2022-12-12 17:58:02 -07:00
parent 63cac32f88
commit 6ebd4eba58
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ std::tuple<mbsp_t, bspxentries_t, std::optional<prtfile_t>> LoadTestmap(const st
auto dest = fs::path(destdir) / name.filename();
dest.replace_extension(".bsp");
fs::copy(qbsp_options.bsp_path, dest, fs::copy_options::overwrite_existing);
logging::print("copied from {} to {}\n", qbsp_options.bsp_path, dest);
}
// re-open the .bsp and return it