allow changing hardware device in tests

This commit is contained in:
Daniel Barlow
2022-09-20 16:09:44 +01:00
parent e892dc6e9c
commit ad759b7c6d
3 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env bash
export DEVICE=${DEVICE-qemu}
export TMPDIR=${TMPDIR-/tmp}
for i in tests/*/run.sh; do