aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-15 11:02:11 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-15 11:02:11 +0200
commit7b2b5f72f2d85ac999a9c6d0b532d1d275e6277c (patch)
treef61f9e922640621a5a14d8d94fe22bc577353f35
parent7219a750ab0cc17d8d078e97af6a42a7ce01c0eb (diff)
install_test_local.sh: build osmo-trx first
-rwxr-xr-xrpm-local/install_test_local.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/rpm-local/install_test_local.sh b/rpm-local/install_test_local.sh
index 7e32b60..d69dd09 100755
--- a/rpm-local/install_test_local.sh
+++ b/rpm-local/install_test_local.sh
@@ -7,6 +7,9 @@ if ! [ -e ".build.docker.$IMAGE" ]; then
exit 1
fi
+# rebuild osmo-trx
+rm -f .build.package.osmo-trx
+./build.sh
docker run \
-it \