We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ee77a commit af8b92aCopy full SHA for af8b92a
opengrok-tools/src/test/python/test_mirror.py
@@ -81,6 +81,7 @@ def test_invalid_project_config_hooknames():
81
assert not check_project_configuration(config, hookdir=tmpdir)
82
83
84
+@pytest.mark.skipif(not os.name.startswith("posix"), reason="requires posix")
85
def test_invalid_project_config_nonexec_hook():
86
with tempfile.TemporaryDirectory() as tmpdir:
87
with open(os.path.join(tmpdir, "foo.sh"), 'w+') as tmpfile:
0 commit comments