diff options
author | Oliver Smith <osmith@sysmocom.de> | 2021-02-04 15:28:51 +0100 |
---|---|---|
committer | Oliver Smith <osmith@sysmocom.de> | 2021-02-04 15:28:51 +0100 |
commit | e2539bde85993273f924739031c39e740a6b6049 (patch) | |
tree | da75c0bc68cd5e630721a18e6ebe264d769c02ab | |
parent | 70ce36c3fff9036883c852381edd000c4d62e9ee (diff) |
repo-install-test: osmo-gbproxy: disable ver checkosmith/wip
osmo-gbproxy was split into its own repository, and this repository
doesn't have a tag yet. Therefore "osmo-gbproxy --version" returns
UNKNOWN. Disable the check for osmo-gbproxy until we have a tagged
version.
Related: OS#5009
Change-Id: Ia906f03812f39bc3cf4876cda50b30fc38ec3094
-rwxr-xr-x | scripts/repo-install-test/run-inside-docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-install-test/run-inside-docker.sh b/scripts/repo-install-test/run-inside-docker.sh index f05f01c..0ea8f6e 100755 --- a/scripts/repo-install-test/run-inside-docker.sh +++ b/scripts/repo-install-test/run-inside-docker.sh @@ -339,11 +339,11 @@ test_binaries_version() { test_binaries() { # Make sure that binares run at all and output a proper version + # osmo-gbproxy: disabled until version is tagged (OS#5009) test_binaries_version \ osmo-bsc \ osmo-bts-trx \ osmo-bts-virtual \ - osmo-gbproxy \ osmo-gtphub \ osmo-ggsn \ osmo-hlr \ |