osmith has submitted this change. (
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(-)
Approvals:
pespin: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
Jenkins Builder: Verified
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: merged
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I8c5597f20428f8f274ea15f62e561562e5768460
Gerrit-Change-Number: 41719
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>