fix data directory
Some checks are pending
BlockStorage/repertory_linux_builds/pipeline/head Build queued...
Some checks are pending
BlockStorage/repertory_linux_builds/pipeline/head Build queued...
This commit is contained in:
parent
867b2eee40
commit
472b1f0da1
@ -157,7 +157,7 @@ using json = nlohmann::json;
|
||||
|
||||
#define REPERTORY "repertory"
|
||||
#define REPERTORY_CONFIG_VERSION 0ull
|
||||
#define REPERTORY_DATA_NAME "repertory"
|
||||
#define REPERTORY_DATA_NAME "repertory2"
|
||||
#define REPERTORY_MIN_REMOTE_VERSION "2.0.0"
|
||||
#define REPERTORY_W L"repertory"
|
||||
|
||||
|
@ -67,7 +67,7 @@ auto generate_test_file_name(const std::string &directory,
|
||||
}
|
||||
|
||||
auto get_test_dir() -> std::string {
|
||||
auto dir = utils::get_environment_variable("REPERTORY_TEST_DIR");
|
||||
auto dir = utils::get_environment_variable("PROJECT_TEST_DIR");
|
||||
if (not dir.empty()) {
|
||||
return utils::path::absolute(dir);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user