summaryrefslogtreecommitdiff
path: root/test/end-to-end/git-import/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/git-import/TARGETS')
-rw-r--r--test/end-to-end/git-import/TARGETS12
1 files changed, 11 insertions, 1 deletions
diff --git a/test/end-to-end/git-import/TARGETS b/test/end-to-end/git-import/TARGETS
index ce95b578..b8715443 100644
--- a/test/end-to-end/git-import/TARGETS
+++ b/test/end-to-end/git-import/TARGETS
@@ -38,6 +38,16 @@
]
, "keep": ["repos.json"]
}
+, "absent":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["absent"]
+ , "test": ["absent.sh"]
+ , "deps":
+ [ ["end-to-end", "git-import-under-test"]
+ , ["end-to-end", "deduplicate-tool-under-test"]
+ ]
+ , "keep": ["repos.json", "deduplicated.json"]
+ }
, "TESTS":
{ "type": "install"
, "arguments_config": ["TEST_BOOTSTRAP_JUST_MR"]
@@ -45,7 +55,7 @@
, "deps":
{ "type": "++"
, "$1":
- [ ["deduplicate"]
+ [ ["deduplicate", "absent"]
, { "type": "if"
, "cond": {"type": "var", "name": "TEST_BOOTSTRAP_JUST_MR"}
, "then": []