laforge has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
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