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/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/11436 )
Change subject: repo-install-test: version test for all programs
......................................................................
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
---
M debian-repo-install-test/testdata/repo-install-test.sh
1 file changed, 6 insertions(+), 7 deletions(-)
Approvals:
  Harald Welte: Looks good to me, approved
  osmith: Verified
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() {
-	# 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 @@
 		osmo-msc \
 		osmo-pcu \
 		osmo-sgsn \
-		osmo-stp
+		osmo-sip-connector \
+		osmo-stp \
+		osmo-trx-uhd \
+		osmo-trx-usrp1
 }
 
 finish() {
-- 
To view, visit https://gerrit.osmocom.org/11436
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I796f1e34d2c026b11dff89511b667fa457856088
Gerrit-Change-Number: 11436
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181024/b1881706/attachment.htm>