Skip to content

Commit

Permalink
Add test-sanity Jenkins job
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Fekete committed Sep 6, 2024
1 parent fe9a462 commit 03aa469
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripts/test-sanity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function runSpotCheck() {
unset OPENSSL_MODULES
unset OPENSSL_CONF
rm -rf ${WOLFSSL_INSTALL_DIR} ${WOLFSSL_SOURCE_DIR} ${WOLFPROV_INSTALL_DIR}
doTestCmd "$1 init_wolfprov"
doTestCmd init_wolfprov

SET_POST=$( set )
echo "New variables set:"
Expand All @@ -52,10 +52,6 @@ function runSpotCheck() {
doTestCmd "curl https://tls.support -vv --tlsv1.3 --tls-max 1.3 -o test.html"
}

echo "Now testing standard version"
runSpotCheck ""

echo "Now testing FIPS version"
runSpotCheck "WOLFSSL_ISFIPS=1"
runSpotCheck

exit $?

0 comments on commit 03aa469

Please sign in to comment.