aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-07-18 15:10:08 +0200
committerOliver Smith <osmith@sysmocom.de>2023-07-18 16:58:27 +0200
commitd9c2b81bf2fab7d600d5cc8404f339563e7932fb (patch)
tree1c62daaec3e0e8d30bf8d7a38db3ce4e29f7e562
parentcb4897e4c09f7213c929dfd85f1657d697e6bf3d (diff)
Cosmetic: ttcn3-ggsn-test: env vars -> README
Prepare to add more kernel related env vars. Instead of duplicating the descriptions here, point to the README file. Change-Id: I324f12930c5521e29312b309d6344ed5ffbd2581
-rwxr-xr-xttcn3-ggsn-test/jenkins.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/ttcn3-ggsn-test/jenkins.sh b/ttcn3-ggsn-test/jenkins.sh
index 00995bf..3909036 100755
--- a/ttcn3-ggsn-test/jenkins.sh
+++ b/ttcn3-ggsn-test/jenkins.sh
@@ -1,11 +1,5 @@
#!/bin/sh
-# Environment variables:
-# * KERNEL_TEST: set to 1 to run osmo-ggsn with the kernel module in QEMU
-# * KERNEL_BUILD: set to 1 to build the kernel instead of using a pre-built one
-# * KERNEL_REMOTE_NAME: git remote name (to add multiple repos in the same local linux clone)
-# * KERNEL_URL: git remote url
-# * KERNEL_BRANCH: branch to checkout
-
+# Environment variables: see "Kernel test" section in README.md
. ../jenkins-common.sh
KERNEL_TEST="${KERNEL_TEST:-0}"