Skip to content

Commit

Permalink
Fix linux-x86 test
Browse files Browse the repository at this point in the history
  • Loading branch information
btwiuse authored and klzgrad committed Nov 5, 2019
1 parent edf76de commit 5e33857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [ "$(uname)" = Linux ]; then
case "$target_cpu" in
arm64) naive="qemu-aarch64 -L src/build/linux/debian_sid_arm64-sysroot $naive";;
arm) naive="qemu-arm -L src/build/linux/debian_sid_arm-sysroot $naive";;
x86) naive="qemu-i386 -L src/build/linux/debian_sid_i386-sysroot $naive";;
esac
fi

Expand Down

0 comments on commit 5e33857

Please sign in to comment.