summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kastner <ckk@kvr.at>2021-01-11 12:54:47 +0100
committerChristian Kastner <ckk@kvr.at>2021-01-15 10:56:45 +0100
commitf8f098f87d2d39006bbd7c9251ada9e939389209 (patch)
tree2f6c8351a9b7a9ef29e6b3b849ee777f3aba2afa
parent56b4e998224bb92f131f708d00ad3355b609aef9 (diff)
downloadvmdb2-f8f098f87d2d39006bbd7c9251ada9e939389209.tar.gz
fix: Minor correction for i386 smoke test
Invoke qemu-system-i386, not -x86_64. The latter also works, but the former is strictly correct.
-rw-r--r--smoke-i386.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke-i386.yarn b/smoke-i386.yarn
index bf71bb1..3bfcc22 100644
--- a/smoke-i386.yarn
+++ b/smoke-i386.yarn
@@ -38,7 +38,7 @@ testing multiple time much faster.
cd "$DATADIR"
img="$MATCH_1"
cat << EOF > run.sh
- qemu-system-x86_64 -drive file="$img",format=raw -m 1024 -nographic
+ qemu-system-i386 -drive file="$img",format=raw -m 1024 -nographic
EOF
chmod a+rx run.sh
cat << EOF > expect.txt