osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43615?usp=email )
Change subject: ipa: build with -DMEM_EMIT_DEBUG=ON ......................................................................
ipa: build with -DMEM_EMIT_DEBUG=ON
As requested by Andreas, always build onomondo-ipa with this option when building it with testenv.
Depends: osmo-dev I2572ae781dd4d57e614813c90f5ed8bc76caf033 Change-Id: I6e9dfb6baf9cd0d760f0ea3d18983b56ed64f9be --- M _testenv/data/osmo-dev/testenv.opts 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, but someone else must approve osmith: Looks good to me, approved jolly: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/_testenv/data/osmo-dev/testenv.opts b/_testenv/data/osmo-dev/testenv.opts index 15ab331..4ee524b 100644 --- a/_testenv/data/osmo-dev/testenv.opts +++ b/_testenv/data/osmo-dev/testenv.opts @@ -1,2 +1,3 @@ osmo-bts --enable-trx osmo-remsim --disable-remsim-client-ifdhandler +onomondo-ipa -DMEM_EMIT_DEBUG=ON