osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/31313 )
Change subject: repo-install-test: run uname -a ......................................................................
repo-install-test: run uname -a
Print the kernel version running inside the VM.
Change-Id: Ic111ac8eda11c5609ec6ce7cf8a22584d32ed567 --- M scripts/repo-install-test/run-inside.sh 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/13/31313/1
diff --git a/scripts/repo-install-test/run-inside.sh b/scripts/repo-install-test/run-inside.sh index 6fcc391..319e822 100755 --- a/scripts/repo-install-test/run-inside.sh +++ b/scripts/repo-install-test/run-inside.sh @@ -477,6 +477,8 @@ check_env prepare_vm
+uname -a + for test in $TESTS; do set +x echo