summaryrefslogtreecommitdiff
path: root/lib/libktest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libktest.sh')
-rw-r--r--lib/libktest.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libktest.sh b/lib/libktest.sh
index 86073e0..282870c 100644
--- a/lib/libktest.sh
+++ b/lib/libktest.sh
@@ -28,7 +28,6 @@ ktest_dio=off
ktest_nice=0
checkdep socat
-checkdep qemu-system-x86_64 qemu-system-x86
checkdep brotli
# config files:
@@ -259,10 +258,11 @@ get_unused_port()
start_vm()
{
- checkdep_arch
-
log_verbose "ktest_arch=$ktest_arch"
+ checkdep $QEMU_BIN $QEMU_PACKAGE
+ check_root_image_exists
+
if [[ -z $ktest_kernel_binary ]]; then
echo "Required parameter -k missing: kernel"
exit 1