diff options
Diffstat (limited to 'test/integration_test.sh')
-rwxr-xr-x | test/integration_test.sh | 3 |
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' |