Skip to content

Commit

Permalink
Don't remove files
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Fekete committed Sep 10, 2024
1 parent 6d9042a commit 5a12481
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/test-sanity.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
# This script provides simple sanity checks to make sure the provider is working
# NOTE: Careful running this script, because it will remove folders automatically

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

function runSpotCheck() {
SPOTCHECK_ARGS=$1
unset OPENSSL_MODULES
unset OPENSSL_CONF
rm -rf ${WOLFSSL_INSTALL_DIR} ${WOLFSSL_SOURCE_DIR} ${WOLFPROV_INSTALL_DIR}
doTestCmd init_wolfprov

SET_POST=$( set )
Expand Down

0 comments on commit 5a12481

Please sign in to comment.