diff options
Diffstat (limited to 'test/end-to-end/just-mr/TARGETS')
-rw-r--r-- | test/end-to-end/just-mr/TARGETS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/end-to-end/just-mr/TARGETS b/test/end-to-end/just-mr/TARGETS index c1d00623..c0c5bad3 100644 --- a/test/end-to-end/just-mr/TARGETS +++ b/test/end-to-end/just-mr/TARGETS @@ -226,6 +226,12 @@ , "test": ["gc-drop.sh"] , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] } +, "ignore-special": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["ignore-special"] + , "test": ["ignore-special.sh"] + , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] + } , "TESTS": { "type": ["@", "rules", "test", "suite"] , "arguments_config": ["TEST_BOOTSTRAP_JUST_MR", "TEST_COMPATIBLE_REMOTE"] @@ -265,6 +271,7 @@ , "fetch-absent-archives" , "fetch-absent-archives-symlinks" , "fetch-absent-distdir-archive" + , "ignore-special" ] ] } |