dexter has uploaded this change for review.
eim/prepare.sh: re-align path to restop.py
The location of restop.py has changed. This patch re-aligns the
path accordingly.
Related: SYS#8100
Change-Id: I0625e14d76e230583f1747a01ed554389450a8d1
---
M eim/prepare.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/07/43507/1
diff --git a/eim/prepare.sh b/eim/prepare.sh
index 1cb2d57..2ed06f0 100755
--- a/eim/prepare.sh
+++ b/eim/prepare.sh
@@ -1,7 +1,7 @@
#!/bin/sh -ex
# Set mp_restop_path
-RESTOP="$TESTENV_SRC_DIR"/onomondo-eim/contrib/restop.py
+RESTOP="$TESTENV_SRC_DIR"/onomondo-eim/contrib/rest_api_usage_example/restop.py
test -e "$RESTOP"
sed \
-i \
To view, visit change 43507. To unsubscribe, or for help writing mail filters, visit settings.