Change in osmo-dev[master]: ttcn3.sh: run gen_makefile.py with --no-make-check

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Tue Aug 24 10:50:52 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-dev/+/25232 )

Change subject: ttcn3.sh: run gen_makefile.py with --no-make-check
......................................................................

ttcn3.sh: run gen_makefile.py with --no-make-check

On my system, when building all components in docker, some of the C tests
don't pass (but they do pass on jenkins.osmocom.org, which runs a
similar setup). Do the easy workaround and just disable C tests, the
point of ttcn3.sh is to have fast ttcn-3 test iterations anyway, running
the C tests additionally slow each iteration down. One can run the C
tests before submitting changes, e.g. by building with osmo-dev without
ttcn3.sh.

Change-Id: I946635f1ec09f23428965f3db514027f64921fe4
---
M ttcn3/ttcn3.sh
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  osmith: Looks good to me, approved; Verified



diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh
index 20d6184..72a258c 100755
--- a/ttcn3/ttcn3.sh
+++ b/ttcn3/ttcn3.sh
@@ -118,7 +118,8 @@
 		ttcn3/ttcn3.opts \
 		--docker-cmd "$docker_cmd" \
 		--make-dir "$DIR_MAKE" \
-		--no-ldconfig
+		--no-ldconfig \
+		--no-make-check
 }
 
 # $1: name of repository (e.g. osmo-ttcn3-hacks)

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/25232
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I946635f1ec09f23428965f3db514027f64921fe4
Gerrit-Change-Number: 25232
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210824/73254543/attachment.htm>


More information about the gerrit-log mailing list