diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-01-08 14:36:31 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-01-09 11:35:44 +0100 |
commit | a5b0964d71fc943347d1e961b68929710a0f632d (patch) | |
tree | d24d6a9a382e26bbdb3d9393388ba212a8477875 /test/end-to-end/remote-execution | |
parent | 9b20d414d24f4e6ee22f4a35bf2570f3d2ced1b7 (diff) | |
download | justbuild-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/TARGETS | 8 |
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" + ] } } |