Shorten name of operations_test temp directory to shorten console commands when debugging.

This commit is contained in:
Beman 2014-07-28 08:30:24 -04:00
parent e8c90f7f15
commit 02b5767bf1

View File

@ -115,7 +115,7 @@ namespace
unsigned short language_id; // 0 except for Windows unsigned short language_id; // 0 except for Windows
const fs::path temp_dir(fs::unique_path("operations-test-%%%%-%%%%-%%%%-%%%%")); const fs::path temp_dir(fs::unique_path("op-test-%%%%-%%%%"));
void create_file(const fs::path & ph, const std::string & contents = std::string()) void create_file(const fs::path & ph, const std::string & contents = std::string())
{ {