We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54d000 commit d8a2b79Copy full SHA for d8a2b79
1 file changed
tests/test_scripts.py
@@ -13,7 +13,7 @@ class ScriptTest(unittest.TestCase):
13
def test_bootstrap_host_fails_with_clear_message_when_qemu_missing(self) -> None:
14
env = {"PATH": ""}
15
result = subprocess.run(
16
- ["/bin/sh", str(ROOT / "scripts" / "bootstrap-host.sh")],
+ [sys.executable, str(ROOT / "rebuild" / "driver.py"), "bootstrap-host"],
17
cwd=ROOT,
18
env=env,
19
text=True,
0 commit comments