Use "bash" to run script, it is necessary on Windows.

This commit is contained in:
U-DESKTOP-92MS0N6\godunko
2023-11-29 11:13:15 +03:00
parent ec18aedc07
commit 99286300e3

View File

@@ -36,7 +36,7 @@ class GNATdocExecutableDriver(DiffTestDriver):
def run(self):
script_path = join(self.test_env["test_dir"], "test.sh")
self.shell(args=[script_path], env=self.test_environ)
self.shell(args=["bash", script_path], env=self.test_environ)
class LibGNATdocTestsuite(Testsuite):