summaryrefslogtreecommitdiff
path: root/test/end-to-end/remote-execution
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-01-08 14:36:31 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-01-09 11:35:44 +0100
commita5b0964d71fc943347d1e961b68929710a0f632d (patch)
treed24d6a9a382e26bbdb3d9393388ba212a8477875 /test/end-to-end/remote-execution
parent9b20d414d24f4e6ee22f4a35bf2570f3d2ced1b7 (diff)
downloadjustbuild-a5b0964d71fc943347d1e961b68929710a0f632d.tar.gz
test end-to-end: Fix 'dispatch' mising from list of tests run
Diffstat (limited to 'test/end-to-end/remote-execution')
-rw-r--r--test/end-to-end/remote-execution/TARGETS8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/end-to-end/remote-execution/TARGETS b/test/end-to-end/remote-execution/TARGETS
index 01c80184..99518cfc 100644
--- a/test/end-to-end/remote-execution/TARGETS
+++ b/test/end-to-end/remote-execution/TARGETS
@@ -45,6 +45,12 @@
{ "type": "install"
, "tainted": ["test"]
, "deps":
- ["native-protocol", "large-blobs", "upload-test", "install", "install-cas"]
+ [ "native-protocol"
+ , "large-blobs"
+ , "upload-test"
+ , "install"
+ , "install-cas"
+ , "dispatch"
+ ]
}
}