diff options
-rwxr-xr-x | tests/run_multinode.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run_multinode.sh b/tests/run_multinode.sh index 4f4f075..43466b7 100755 --- a/tests/run_multinode.sh +++ b/tests/run_multinode.sh @@ -123,9 +123,8 @@ launch_domino() { echo "domino/tests/run_multinode.sh has been executed." -trap cleanup EXIT - if [ "$IS_IPandKEY_CONFIGURED" = "true" ]; then + trap cleanup EXIT cleanup prepare_testenv |