neels has submitted this change. (
https://gerrit.osmocom.org/c/osmo-dev/+/25739 )
Change subject: ttcn3.sh: use --auto-distclean
......................................................................
ttcn3.sh: use --auto-distclean
Change-Id: I7d61405dc989eed4935bc6de00e36c1f3b18a428
---
M ttcn3/ttcn3.sh
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
neels: Looks good to me, approved
diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh
index 2cb4b3a..ab82fc7 100755
--- a/ttcn3/ttcn3.sh
+++ b/ttcn3/ttcn3.sh
@@ -110,7 +110,8 @@
--docker-cmd "$docker_cmd" \
--make-dir "$DIR_MAKE" \
--no-ldconfig \
- --no-make-check
+ --no-make-check \
+ --auto-distclean
}
# $1: name of repository (e.g. osmo-ttcn3-hacks)
--
To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/25739
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I7d61405dc989eed4935bc6de00e36c1f3b18a428
Gerrit-Change-Number: 25739
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-MessageType: merged