Skip to content

Commit d8a2b79

Browse files
committed
test: make bootstrap host check cross-platform
1 parent f54d000 commit d8a2b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ScriptTest(unittest.TestCase):
1313
def test_bootstrap_host_fails_with_clear_message_when_qemu_missing(self) -> None:
1414
env = {"PATH": ""}
1515
result = subprocess.run(
16-
["/bin/sh", str(ROOT / "scripts" / "bootstrap-host.sh")],
16+
[sys.executable, str(ROOT / "rebuild" / "driver.py"), "bootstrap-host"],
1717
cwd=ROOT,
1818
env=env,
1919
text=True,

0 commit comments

Comments
 (0)