diff options
Diffstat (limited to 'test/end-to-end/git-import/TARGETS')
-rw-r--r-- | test/end-to-end/git-import/TARGETS | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/test/end-to-end/git-import/TARGETS b/test/end-to-end/git-import/TARGETS index 4ff3ff03..afd79db2 100644 --- a/test/end-to-end/git-import/TARGETS +++ b/test/end-to-end/git-import/TARGETS @@ -8,18 +8,12 @@ , ["end-to-end", "git-import-under-test"] ] } -, "check-action-equality": - { "type": "install" - , "tainted": ["test"] - , "files": {"bin/actions-graph-equal": "check-action-equality.py"} - } , "deduplicate": { "type": ["@", "rules", "shell/test", "script"] , "name": ["deduplicate"] , "test": ["deduplicate.sh"] , "deps": - [ "check-action-equality" - , ["", "mr-tool-under-test"] + [ ["", "mr-tool-under-test"] , ["", "tool-under-test"] , ["end-to-end", "deduplicate-tool-under-test"] , ["end-to-end", "git-import-under-test"] |