Explorar el Código

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

Alessandro Decina hace 2 años
padre
commit
8e9608eedd
Se han modificado 1 ficheros con 3 adiciones y 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
 }