aboutsummaryrefslogtreecommitdiff
path: root/test/integration_test.sh
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-03-15 20:51:52 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-03-15 20:51:52 +0100
commit4a3636d0689b98c8f3ecebfa7c93252091d4731a (patch)
tree690e6a5ebd561d044c967d03c84ca6f81a826c9d /test/integration_test.sh
parentadee0adbe676692c3a4a32069d0ccef86cec3c4a (diff)
ignore incomplete packets instead of exit(0), only allow packet queueing if state allows it
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'test/integration_test.sh')
-rwxr-xr-xtest/integration_test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration_test.sh b/test/integration_test.sh
index 32adb89..6778820 100755
--- a/test/integration_test.sh
+++ b/test/integration_test.sh
@@ -98,4 +98,5 @@ SERVER_SHA=$(cat /tmp/ptunnel-data-recv | sha256sum | cut -d' ' -f1)
test ${CLIENT_SHA} = ${SERVER_SHA}
-printf 'done\n'
+set +x
+printf '[+] SUCCESS !!\n'