diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-12 14:39:05 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-13 14:41:00 +0200 |
commit | d0d5921cf92ea15464f9ff4856c34b026a30ffb0 (patch) | |
tree | 1593302ecd9ef1d5274a55e50fd3e4f5a8f60179 /test/utils/remote_execution/main-remote-execution.cpp | |
parent | 5fb67de531fead44123ff30ee5cf37340fc63a0b (diff) | |
download | justbuild-d0d5921cf92ea15464f9ff4856c34b026a30ffb0.tar.gz |
Remove Compatibility flag from tests
Diffstat (limited to 'test/utils/remote_execution/main-remote-execution.cpp')
-rw-r--r-- | test/utils/remote_execution/main-remote-execution.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/utils/remote_execution/main-remote-execution.cpp b/test/utils/remote_execution/main-remote-execution.cpp index 45021c61..f7bbc4fc 100644 --- a/test/utils/remote_execution/main-remote-execution.cpp +++ b/test/utils/remote_execution/main-remote-execution.cpp @@ -29,7 +29,6 @@ #include "test/utils/logging/log_config.hpp" #include "test/utils/remote_execution/test_auth_config.hpp" #include "test/utils/remote_execution/test_remote_config.hpp" -#include "test/utils/test_env.hpp" namespace { @@ -42,8 +41,6 @@ void wait_for_grpc_to_shutdown() { /// environment variable is malformed, we write a message and stop execution. /// \returns true If remote execution was successfully configured. void ConfigureRemoteExecution() { - ReadCompatibilityFromEnv(); - // Ensure authentication config is available if (not TestAuthConfig::ReadFromEnvironment()) { std::exit(EXIT_FAILURE); |