summaryrefslogtreecommitdiff
path: root/test/end-to-end/remote-execution
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/remote-execution')
-rw-r--r--test/end-to-end/remote-execution/TARGETS18
1 files changed, 8 insertions, 10 deletions
diff --git a/test/end-to-end/remote-execution/TARGETS b/test/end-to-end/remote-execution/TARGETS
index 81ec99e0..5917f55b 100644
--- a/test/end-to-end/remote-execution/TARGETS
+++ b/test/end-to-end/remote-execution/TARGETS
@@ -1,29 +1,27 @@
{ "native-protocol":
- { "type": ["test/end-to-end", "with remote"]
+ { "type": ["end-to-end", "with remote"]
, "name": ["native-protocol"]
, "test": ["native-protocol.sh"]
, "deps":
- [ ["test/end-to-end", "tool-under-test"]
- , ["test/end-to-end", "mr-tool-under-test"]
- ]
+ [["end-to-end", "tool-under-test"], ["end-to-end", "mr-tool-under-test"]]
}
, "large-blobs":
- { "type": ["test/end-to-end", "with remote"]
+ { "type": ["end-to-end", "with remote"]
, "name": ["large-blobs"]
, "test": ["large-blobs.sh"]
- , "deps": [["test/end-to-end", "tool-under-test"]]
+ , "deps": [["end-to-end", "tool-under-test"]]
}
, "upload-test":
- { "type": ["test/end-to-end", "with remote"]
+ { "type": ["end-to-end", "with remote"]
, "name": ["upload-test"]
, "test": ["upload-test.sh"]
- , "deps": [["test/end-to-end", "tool-under-test"]]
+ , "deps": [["end-to-end", "tool-under-test"]]
}
, "install":
- { "type": ["test/end-to-end", "with remote"]
+ { "type": ["end-to-end", "with remote"]
, "name": ["install"]
, "test": ["install.sh"]
- , "deps": [["test/end-to-end", "tool-under-test"]]
+ , "deps": [["end-to-end", "tool-under-test"]]
}
, "TESTS":
{ "type": "install"