aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-10-23 11:46:05 +0200
committerOliver Smith <osmith@sysmocom.de>2018-10-23 13:42:27 +0200
commitf13abfc385b430c14e88e40b24331fc3dd6474b5 (patch)
treeb893f574a122d68d777c412f4a531c72f3dcc5bd
parente8b5c4230f94bbe15a1a1b9e86b67a5f983eb8fe (diff)
repo-install-test: version test for all programs
We did not test all programs before, because they did not have --version implemented. Now they do. Related: OS#3555 Change-Id: I796f1e34d2c026b11dff89511b667fa457856088
-rwxr-xr-xdebian-repo-install-test/testdata/repo-install-test.sh13
1 files changed, 6 insertions, 7 deletions
diff --git a/debian-repo-install-test/testdata/repo-install-test.sh b/debian-repo-install-test/testdata/repo-install-test.sh
index 3ef88e8..f45908b 100755
--- a/debian-repo-install-test/testdata/repo-install-test.sh
+++ b/debian-repo-install-test/testdata/repo-install-test.sh
@@ -66,17 +66,13 @@ test_binaries_version() {
}
test_binaries() {
- # Make sure the binaries are not broken (run -h or --version)
- osmo-gtphub -h
- osmo-sip-connector -h
- osmo-trx-uhd -h
- osmo-trx-usrp1 -h
-
+ # Make sure that binares run at all and output a proper version
test_binaries_version \
osmo-bsc \
osmo-bts-trx \
osmo-bts-virtual \
osmo-gbproxy \
+ osmo-gtphub \
osmo-ggsn \
osmo-hlr \
osmo-hlr-db-tool \
@@ -85,7 +81,10 @@ test_binaries() {
osmo-msc \
osmo-pcu \
osmo-sgsn \
- osmo-stp
+ osmo-sip-connector \
+ osmo-stp \
+ osmo-trx-uhd \
+ osmo-trx-usrp1
}
finish() {