Explorar o código

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

Alessandro Decina %!s(int64=2) %!d(string=hai) anos
pai
achega
8e9608eedd
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      test/run.sh

+ 3 - 1
test/run.sh

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