Skip to content

Commit 2d3c047

Browse files
committed
fixup! Add simple test runner to execute code blocks in documentation
1 parent ab33180 commit 2d3c047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def check(self, verbosity: int = 0, valgrind: bool = False) -> None:
3535
stderr=subprocess.STDOUT,
3636
shell=True,
3737
env=ENV,
38-
executable="/bin/bash",
38+
executable="/usr/bin/bash",
3939
)
4040
stdout, stderr = proc.communicate()
4141
self.assertMultiLineEqual(str(stdout, encoding="utf-8"), self.output)

0 commit comments

Comments
 (0)