diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-23 13:06:54 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-23 13:06:54 +0200 |
commit | 1f99796d6f808f006dff6dc6576910bef493e244 (patch) | |
tree | 92ff88b497fed6a6d69ebc90dc88f3db3c940b8e /test/end-to-end/git-import | |
parent | dc1db0e8b43f5e907a3ded2e39da8b58fa50a04b (diff) | |
download | justbuild-1f99796d6f808f006dff6dc6576910bef493e244.tar.gz |
Reorder dependencies and remove duplicates in OSS
Diffstat (limited to 'test/end-to-end/git-import')
-rw-r--r-- | test/end-to-end/git-import/TARGETS | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/end-to-end/git-import/TARGETS b/test/end-to-end/git-import/TARGETS index 6ffe15df..4ff3ff03 100644 --- a/test/end-to-end/git-import/TARGETS +++ b/test/end-to-end/git-import/TARGETS @@ -3,9 +3,9 @@ , "name": ["chained-import"] , "test": ["chained-import.sh"] , "deps": - [ ["end-to-end", "git-import-under-test"] - , ["", "mr-tool-under-test"] + [ ["", "mr-tool-under-test"] , ["", "tool-under-test"] + , ["end-to-end", "git-import-under-test"] ] } , "check-action-equality": @@ -18,11 +18,11 @@ , "name": ["deduplicate"] , "test": ["deduplicate.sh"] , "deps": - [ ["end-to-end", "git-import-under-test"] - , ["end-to-end", "deduplicate-tool-under-test"] + [ "check-action-equality" , ["", "mr-tool-under-test"] , ["", "tool-under-test"] - , "check-action-equality" + , ["end-to-end", "deduplicate-tool-under-test"] + , ["end-to-end", "git-import-under-test"] ] , "keep": ["repos-full.json", "actions-full.json", "repos.json", "actions.json"] @@ -32,9 +32,9 @@ , "name": ["annotations"] , "test": ["annotations.sh"] , "deps": - [ ["end-to-end", "git-import-under-test"] - , ["", "mr-tool-under-test"] + [ ["", "mr-tool-under-test"] , ["", "tool-under-test"] + , ["end-to-end", "git-import-under-test"] ] , "keep": ["repos.json"] } @@ -43,8 +43,8 @@ , "name": ["absent"] , "test": ["absent.sh"] , "deps": - [ ["end-to-end", "git-import-under-test"] - , ["end-to-end", "deduplicate-tool-under-test"] + [ ["end-to-end", "deduplicate-tool-under-test"] + , ["end-to-end", "git-import-under-test"] ] , "keep": ["repos.json", "deduplicated.json"] } |