aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-02-13 10:53:54 +0100
committerOliver Smith <osmith@sysmocom.de>2023-02-13 12:30:58 +0100
commit6dcd1360ffc34eccbf59232f65ec7d4747cf947c (patch)
tree4c2bfb8aad59c7d7cca693fe26d5de325eb17514 /scripts
parent378abe1844d569e6026ba6f237556401f85994de (diff)
repo-install-test: run uname -a
Print the kernel version running inside the VM. Change-Id: Ic111ac8eda11c5609ec6ce7cf8a22584d32ed567
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/repo-install-test/run-inside.sh2
1 files changed, 2 insertions, 0 deletions
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 @@ services_check() {
check_env
prepare_vm
+uname -a
+
for test in $TESTS; do
set +x
echo