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/utils/remote_execution/main-remote-execution.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/utils/remote_execution/main-remote-execution.cpp') diff --git a/test/utils/remote_execution/main-remote-execution.cpp b/test/utils/remote_execution/main-remote-execution.cpp index 7b5cba00..9c6edbc1 100644 --- a/test/utils/remote_execution/main-remote-execution.cpp +++ b/test/utils/remote_execution/main-remote-execution.cpp @@ -70,7 +70,7 @@ void wait_for_grpc_to_shutdown() { [[nodiscard]] auto ConfigureBuildRoot() -> bool { auto cache_dir = FileSystemManager::GetCurrentDirectory() / "cache"; if (not FileSystemManager::CreateDirectoryExclusive(cache_dir) or - not StorageConfig::SetBuildRoot(cache_dir)) { + not StorageConfig::Instance().SetBuildRoot(cache_dir)) { return false; } // After the build root has been changed, the file roots of the -- cgit v1.2.3