osmith has uploaded this change for review.
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
---
M ttcn3-ggsn-test/jenkins.sh
1 file changed, 13 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/98/33798/1
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}"
To view, visit change 33798. To unsubscribe, or for help writing mail filters, visit settings.