diff options
Diffstat (limited to 'test/other_tools/git_operations/TARGETS')
-rw-r--r-- | test/other_tools/git_operations/TARGETS | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/test/other_tools/git_operations/TARGETS b/test/other_tools/git_operations/TARGETS index 4b4c43ee..8515d680 100644 --- a/test/other_tools/git_operations/TARGETS +++ b/test/other_tools/git_operations/TARGETS @@ -56,13 +56,26 @@ } , "git_config_ssl": { "type": ["@", "rules", "shell/test", "script"] + , "tainted": ["test"] , "name": ["git_config_ssl"] , "test": ["git_config_ssl.sh"] , "deps": ["git_config_run"] } +, "git_config_proxy": + { "type": ["@", "rules", "shell/test", "script"] + , "tainted": ["test"] + , "name": ["git_config_proxy"] + , "test": ["git_config_proxy.sh"] + , "deps": ["git_config_run"] + } , "TESTS": { "type": "install" , "tainted": ["test"] - , "deps": ["critical_git_ops_mp", "git_repo_remote", "git_config_ssl"] + , "deps": + [ "critical_git_ops_mp" + , "git_repo_remote" + , "git_config_ssl" + , "git_config_proxy" + ] } } |