mirror of
https://github.com/boostorg/filesystem.git
synced 2025-05-12 13:41:47 +00:00
Shorten name of operations_test temp directory to shorten console commands when debugging.
This commit is contained in:
parent
e8c90f7f15
commit
02b5767bf1
@ -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())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user