aboutsummaryrefslogtreecommitdiff
path: root/test/integration_test.sh
diff options
context:
space:
mode:
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'