test/run.sh: output `uname -a` after starting the vm

pull/506/head
Alessandro Decina 2 years ago
parent c7b262641b
commit 8e9608eedd

@ -139,7 +139,9 @@ EOF
sleep 1 sleep 1
done done
echo "VM launched, installing dependencies" echo "VM launched"
exec_vm uname -a
echo "Installing dependencies"
exec_vm sudo dnf install -qy bpftool exec_vm sudo dnf install -qy bpftool
} }

Loading…
Cancel
Save