osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/41719?usp=email )
Change subject: ttcn3-bts-test/jenkins.sh: tweak local vars
......................................................................
ttcn3-bts-test/jenkins.sh: tweak local vars
Make it consistent.
Change-Id: I8c5597f20428f8f274ea15f62e561562e5768460
---
M ttcn3-bts-test/jenkins.sh
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground
refs/changes/19/41719/1
diff --git a/ttcn3-bts-test/jenkins.sh b/ttcn3-bts-test/jenkins.sh
index bfb92aa..49d5cf3 100755
--- a/ttcn3-bts-test/jenkins.sh
+++ b/ttcn3-bts-test/jenkins.sh
@@ -42,9 +42,9 @@
}
start_bts() {
- local variant
- variant="$1"
- sleep_time_respawn="$2"
+ local variant="$1"
+ local sleep_time_respawn="$2"
+
echo Starting container with BTS
if [ -z "$variant" ]; then
echo ERROR: You have to specify a BTS variant
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/41719?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I8c5597f20428f8f274ea15f62e561562e5768460
Gerrit-Change-Number: 41719
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>