Skip to content

Commit 5a12481

Browse files
author
Andras Fekete
committed
Don't remove files
1 parent 6d9042a commit 5a12481

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/test-sanity.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22
# This script provides simple sanity checks to make sure the provider is working
3-
# NOTE: Careful running this script, because it will remove folders automatically
43

54
SET_PRE=$( set )
65
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
@@ -23,10 +22,6 @@ function doTestCmd() {
2322
}
2423

2524
function runSpotCheck() {
26-
SPOTCHECK_ARGS=$1
27-
unset OPENSSL_MODULES
28-
unset OPENSSL_CONF
29-
rm -rf ${WOLFSSL_INSTALL_DIR} ${WOLFSSL_SOURCE_DIR} ${WOLFPROV_INSTALL_DIR}
3025
doTestCmd init_wolfprov
3126

3227
SET_POST=$( set )

0 commit comments

Comments
 (0)