From 7b2b5f72f2d85ac999a9c6d0b532d1d275e6277c Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 15 May 2020 11:02:11 +0200 Subject: install_test_local.sh: build osmo-trx first Change-Id: I49f15d3b56fb32c1cb4212d40bc51ce79d26ef77 --- rpm-local/install_test_local.sh | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- cgit v1.2.3