mirror of
https://github.com/AdaCore/gnatdoc.git
synced 2026-02-12 13:11:07 -08:00
Use "bash" to run script, it is necessary on Windows.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user