diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-10-21 15:37:44 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-10-25 13:00:43 +0200 |
commit | e6127d3cbd4fb8b3dd82bc740692877b72f977b7 (patch) | |
tree | b229db4b17c4bcfef5ea9ea8deed61f355bf151d /test/buildtool/serve_api | |
parent | 5e0fea2f02f8e721f44ea23302ade010e9f9bb97 (diff) | |
download | justbuild-e6127d3cbd4fb8b3dd82bc740692877b72f977b7.tar.gz |
Enable compatible mode for just-mr and SourceTree serve service...
...by using the new local api that can handle any remote endpoint,
irrespective of protocol.
Also ensure all tests for the serve service are now being run both
in native and compatible modes.
Diffstat (limited to 'test/buildtool/serve_api')
-rw-r--r-- | test/buildtool/serve_api/TARGETS | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/test/buildtool/serve_api/TARGETS b/test/buildtool/serve_api/TARGETS index 69455203..89e2379c 100644 --- a/test/buildtool/serve_api/TARGETS +++ b/test/buildtool/serve_api/TARGETS @@ -21,13 +21,7 @@ } , "TESTS": { "type": ["@", "rules", "test", "suite"] - , "arguments_config": ["TEST_COMPATIBLE_REMOTE"] , "stage": ["serve_api"] - , "deps": - { "type": "if" - , "cond": {"type": "var", "name": "TEST_COMPATIBLE_REMOTE"} - , "then": [] - , "else": ["source_tree_client"] - } + , "deps": ["source_tree_client"] } } |