From e6127d3cbd4fb8b3dd82bc740692877b72f977b7 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 21 Oct 2024 15:37:44 +0200 Subject: 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. --- test/buildtool/serve_api/TARGETS | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'test/buildtool/serve_api') 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"] } } -- cgit v1.2.3