Skip to content

Commit

Permalink
ci/launch-test.sh: run qemu in docker
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
  • Loading branch information
wipawel committed Feb 8, 2021
1 parent 0f83215 commit d7d8162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/launch-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ make docker:boot.iso V=1
# Use QEMU to launch the guest
echo "Launching KTF"
declare -i STATUS=0
timeout 10 make boot V=1 || STATUS=$?
timeout 10 make docker:boot V=1 || STATUS=$?

# Check if the expected exit code happened (124 for timeout)
if [ "$STATUS" -ne 0 ] && [ "$STATUS" -ne 124 ]
Expand Down

0 comments on commit d7d8162

Please sign in to comment.