diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-21 15:15:59 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-03-03 16:21:17 +0100 |
commit | 66a6e5186ffd12679b8c3ca6980e11efd74d2f00 (patch) | |
tree | 82d731d046ac5ca4205b1b66b3b8df21dd7fed60 /test/other_tools/git_operations/TARGETS | |
parent | 2f5654b7f81ac40d7764de59f0e2f343d9e76a0a (diff) | |
download | justbuild-66a6e5186ffd12679b8c3ca6980e11efd74d2f00.tar.gz |
test: Add tests for reading in Git proxy settings
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" + ] } } |