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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user