Change in docker-playground[master]: osmo-gsm-tester: Allow changing host's trial directory

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Mar 20 17:46:41 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/17541 )


Change subject: osmo-gsm-tester: Allow changing host's trial directory
......................................................................

osmo-gsm-tester: Allow changing host's trial directory

It's set to /tmp/trial by default for convenience, since it's a
temporary directory and easy to remember and to access. Still, let's
give the opportunity to change it (if user wants it to be stored in
persistent data or if has low amounts of non-persistent memory).

Change-Id: I2a7ea361c6156c97bd8d2d94cf1b6856344d4d9f
---
M osmo-gsm-tester/jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/41/17541/1

diff --git a/osmo-gsm-tester/jenkins.sh b/osmo-gsm-tester/jenkins.sh
index 58768c4..4a3859f 100755
--- a/osmo-gsm-tester/jenkins.sh
+++ b/osmo-gsm-tester/jenkins.sh
@@ -23,7 +23,7 @@
 # osmo-gsm-tester last run can be found as usual under the trial directory
 # (/tmp/trial/last_run).
 
-TRIAL_DIR="/tmp/trial"
+TRIAL_DIR="${TRIAL_DIR:-/tmp/trial}"
 
 SRS_LTE_BRANCH=${SRS_LTE_BRANCH:-master}
 SRS_LTE_REPO_PREFIX=${SRS_LTE_REPO_PREFIX:-git at github.com:srsLTE}

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/17541
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I2a7ea361c6156c97bd8d2d94cf1b6856344d4d9f
Gerrit-Change-Number: 17541
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200320/7d803e0e/attachment.htm>


More information about the gerrit-log mailing list