osmith has uploaded this change for review.

View Change

common/ttcn3-docker-prepare: add _scripts symlink

The ttcn3-*-{start,stop}.sh scripts include a file from the _scripts dir
since Ia63c37b54fb42a8c64a676334cef6f9df4152e18. As they are called
through symlinks in / in docker-playground.git, we must make the another
symlink available for _scripts as well.

Fix for:
../ttcn3-tcpdump-start.sh: 3: .: cannot open ../_scripts/tcpdump-dumpcap.inc.sh: No such file

Change-Id: I3a093ac7058d31db958785692444cb58525a6181
---
M common/ttcn3-docker-prepare.sh
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/57/40257/1
diff --git a/common/ttcn3-docker-prepare.sh b/common/ttcn3-docker-prepare.sh
index c2b28b9..ef684be 100755
--- a/common/ttcn3-docker-prepare.sh
+++ b/common/ttcn3-docker-prepare.sh
@@ -33,7 +33,7 @@
fi

# Link start/stop scripts to /
-for i in ttcn3-*-start.sh ttcn3-*-stop.sh; do
+for i in ttcn3-*-start.sh ttcn3-*-stop.sh _scripts; do
ln -sv "/osmo-ttcn3-hacks/$i" "/$i"
done


To view, visit change 40257. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I3a093ac7058d31db958785692444cb58525a6181
Gerrit-Change-Number: 40257
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>