1
0
Fork 0

repo-install-test: adjust to 2023-02 releases

Change-Id: Ic1d912efbe504b6e35b59e31d12b983b9d924355
This commit is contained in:
Oliver Smith 2023-02-13 11:52:17 +01:00
parent e3f0badc7d
commit b31d480ed6
1 changed files with 4 additions and 4 deletions

View File

@ -384,6 +384,7 @@ test_binaries() {
osmo-bts-trx \
osmo-bts-virtual \
osmo-cbc \
osmo-e1d \
osmo-gbproxy \
osmo-ggsn \
osmo-gtphub \
@ -406,7 +407,8 @@ test_binaries() {
osmo-smlc \
osmo-stp \
osmo-trx-ipc \
osmo-trx-uhd
osmo-trx-uhd \
osmo-uecups-daemon
case "$DISTRO" in
debian*)
@ -427,9 +429,7 @@ test_binaries() {
if [ "$FEED" = "nightly" ]; then
test_binaries_version \
osmo-bsc-nat \
osmo-e1d \
osmo-uecups-daemon
osmo-bsc-nat
fi
}