pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38393?usp=email )
Change subject: _testenv: Avoid running make check when building IUT ......................................................................
_testenv: Avoid running make check when building IUT
In here we want to build stuff to run ttcn3 tests, not unit tests.
Change-Id: I1b5dd0947a1bd937775a74bceb88dcf3bbcf914b --- M _testenv/testenv/osmo_dev.py 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/93/38393/1
diff --git a/_testenv/testenv/osmo_dev.py b/_testenv/testenv/osmo_dev.py index d3f7a1c..4dd581a 100644 --- a/_testenv/testenv/osmo_dev.py +++ b/_testenv/testenv/osmo_dev.py @@ -75,6 +75,7 @@ cmd = [ "./gen_makefile.py", "--build-debug", + "--no-make-check", "--make-dir", make_dir, "--no-ldconfig",