We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb37a9b commit 933d8d5Copy full SHA for 933d8d5
build-scripts/prepare-testmachine
@@ -18,6 +18,8 @@
18
. detect-environment
19
. compile-options
20
21
+log_debug "Preparing test machine (TEST_MACHINE=$TEST_MACHINE)"
22
+
23
# Dispatch to appropriate test machine preparation script
24
case "$TEST_MACHINE" in
25
chroot)
@@ -26,7 +28,7 @@ chroot)
26
28
;;
27
29
*)
30
# Add VMs, etc here.
- echo "Only chroot test machines are supported at the moment."
31
+ log_error "Unsupported test machine type: $TEST_MACHINE: Only chroot test machines are supported at the moment."
32
exit 1
33
34
esac
0 commit comments