From c88585ddf9386fb14154a4f3baa702569d55584a Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 17 Jun 2024 11:28:47 +0200 Subject: Use StorageConfig functionality via Instance() ...to track changes during refactoring easier. --- test/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/main.cpp') diff --git a/test/main.cpp b/test/main.cpp index 34468666..c0caa056 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -38,7 +38,7 @@ auto main(int argc, char* argv[]) -> int { * Hence we set the storage root to a fixed location under TEST_TMPDIR which * is set by the test launcher. */ - auto setup_ok = StorageConfig::SetBuildRoot( + auto setup_ok = StorageConfig::Instance().SetBuildRoot( std::filesystem::path{std::string{std::getenv("TEST_TMPDIR")}} / ".test_build_root"); if (not setup_ok) { -- cgit v1.2.3