pespin has submitted this change. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  osmith: Looks good to me, approved
  laforge: Looks good to me, but someone else must approve
  fixeria: Looks good to me, but someone else must approve




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",

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38393?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I1b5dd0947a1bd937775a74bceb88dcf3bbcf914b
Gerrit-Change-Number: 38393
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to