osmith submitted this change.

View Change


Approvals: osmith: Looks good to me, approved; Verified
ttcn3.sh: enable color output from gcc

Change-Id: Idde8084ca981333be2fc2b369ea8f25881470654
---
M ttcn3/scripts/docker_configure_make.sh
1 file changed, 10 insertions(+), 0 deletions(-)

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 change 35110. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: Idde8084ca981333be2fc2b369ea8f25881470654
Gerrit-Change-Number: 35110
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged