aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-12-01 15:37:18 +0100
committerOliver Smith <osmith@sysmocom.de>2022-12-01 15:37:18 +0100
commit4bd7da1c9d89cd80b58e824c610302e1a57bd7c5 (patch)
tree6dcff813cc71435f630d9273d378f45ce232f2e1
parentd3321f9434e16cbe540af462b526bb2950007834 (diff)
jobs/osmo-gsm-tester virtual: fix opts desciption
The default value is what it says in the line above, not empty. Change-Id: I5ce8a47b43525dcca6bf54184a48f11b0c87c19e
-rw-r--r--jobs/osmo-gsm-tester-runner.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/osmo-gsm-tester-runner.yml b/jobs/osmo-gsm-tester-runner.yml
index 739bb61..0e866ac 100644
--- a/jobs/osmo-gsm-tester-runner.yml
+++ b/jobs/osmo-gsm-tester-runner.yml
@@ -265,7 +265,7 @@
- string:
name: "OSMO_GSM_TESTER_OPTS"
default: "-s netreg_mass"
- description: "pass additional command line options to osmo-gsm-tester.py, e.g. to select specific suites:scenarios. Default: leave empty."
+ description: "pass additional command line options to osmo-gsm-tester.py, e.g. to select specific suites:scenarios"
- string:
name: "OSMO_GSM_TESTER_BRANCH"
default: "master"