osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-dev/+/35110?usp=email )
Change subject: ttcn3.sh: enable color output from gcc
......................................................................
ttcn3.sh: enable color output from gcc
Change-Id: Idde8084ca981333be2fc2b369ea8f25881470654
---
M ttcn3/scripts/docker_configure_make.sh
1 file changed, 10 insertions(+), 0 deletions(-)
Approvals:
osmith: Looks good to me, approved; Verified
diff --git a/ttcn3/scripts/docker_configure_make.sh
b/ttcn3/scripts/docker_configure_make.sh
index 56fee71..7a79ff1 100755
--- a/ttcn3/scripts/docker_configure_make.sh
+++ b/ttcn3/scripts/docker_configure_make.sh
@@ -26,6 +26,7 @@
docker run \
--rm \
+ -t \
-e "LD_LIBRARY_PATH=/usr/local/lib" \
-v "$DIR_OSMODEV:$DIR_OSMODEV" \
-v "$DIR_USR_LOCAL:/usr/local" \
--
To view, visit
https://gerrit.osmocom.org/c/osmo-dev/+/35110?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: Idde8084ca981333be2fc2b369ea8f25881470654
Gerrit-Change-Number: 35110
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged