index
:
ptunnel-ng.git
Tunnel TCP connections through ICMP.
log msg
author
committer
range
coverity_scan
feature/libsodium-integration
feature/wireshark-dissector
master
ptunnel-ng/2.0.0
release
removed_extended_options
about
summary
refs
log
tree
commit
diff
path:
root
/
test
/
integration_test.sh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'test/integration_test.sh')
-rwxr-xr-x
test/integration_test.sh
4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration_test.sh b/test/integration_test.sh
index 9ff45a3..32adb89 100755
--- a/
test/integration_test.sh
+++ b/
test/integration_test.sh
@@ -5,8 +5,8 @@ set -x
set -o pipefail
-SRC_ROOT=$(realpath $(dirname $0)/..)
-PTUNNEL_BIN=${PTUNNEL_BIN:-${SRC_ROOT}/src/ptunnel-ng}
+BIN_ROOT="${BIN_ROOT:-$(realpath $(dirname $0)/..)}"
+PTUNNEL_BIN=${PTUNNEL_BIN:-${BIN_ROOT}/src/ptunnel-ng}
PTUNNEL_ARGS="${PTUNNEL_ARGS:-}"
VALGRIND_BIN=${VALGRIND_BIN:-valgrind}
VALGRIND_ARGS="--error-exitcode=1 --exit-on-first-error=yes"