summaryrefslogtreecommitdiff
path: root/test/end-to-end/remote-execution
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-09-23 13:06:54 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-09-23 13:06:54 +0200
commit1f99796d6f808f006dff6dc6576910bef493e244 (patch)
tree92ff88b497fed6a6d69ebc90dc88f3db3c940b8e /test/end-to-end/remote-execution
parentdc1db0e8b43f5e907a3ded2e39da8b58fa50a04b (diff)
downloadjustbuild-1f99796d6f808f006dff6dc6576910bef493e244.tar.gz
Reorder dependencies and remove duplicates in OSS
Diffstat (limited to 'test/end-to-end/remote-execution')
-rw-r--r--test/end-to-end/remote-execution/TARGETS4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/end-to-end/remote-execution/TARGETS b/test/end-to-end/remote-execution/TARGETS
index 8ab1259e..fbe3d467 100644
--- a/test/end-to-end/remote-execution/TARGETS
+++ b/test/end-to-end/remote-execution/TARGETS
@@ -2,7 +2,7 @@
{ "type": ["end-to-end", "with remote"]
, "name": ["native-protocol"]
, "test": ["native-protocol.sh"]
- , "deps": [["", "tool-under-test"], ["", "mr-tool-under-test"]]
+ , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]]
}
, "large-blobs":
{ "type": ["end-to-end", "with remote"]
@@ -70,7 +70,7 @@
{ "type": ["end-to-end", "with remote"]
, "name": ["add-to-cas"]
, "test": ["add-to-cas.sh"]
- , "deps": [["", "tool-under-test"], ["", "mr-tool-under-test"]]
+ , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]]
}
, "TESTS":
{ "type": ["@", "rules", "test", "suite"]