Skip to content

Commit 8311cce

Browse files
committed
Test
1 parent dcfbc5f commit 8311cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/tests_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ while [ ! -z "$1" ]; do
7373
;;
7474
-q )
7575
if ! [ -d $QEMU_PATH ]; then
76-
echo "QEMU path not found. Please set the QEMU_PATH environment variable"
76+
echo "QEMU path $QEMU_PATH does not exist"
7777
exit 1
7878
fi
7979
platform="qemu"

0 commit comments

Comments
 (0)