Skip to content

Commit 03aa469

Browse files
author
Andras Fekete
committed
Add test-sanity Jenkins job
1 parent fe9a462 commit 03aa469

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

scripts/test-sanity.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function runSpotCheck() {
2727
unset OPENSSL_MODULES
2828
unset OPENSSL_CONF
2929
rm -rf ${WOLFSSL_INSTALL_DIR} ${WOLFSSL_SOURCE_DIR} ${WOLFPROV_INSTALL_DIR}
30-
doTestCmd "$1 init_wolfprov"
30+
doTestCmd init_wolfprov
3131

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

55-
echo "Now testing standard version"
56-
runSpotCheck ""
57-
58-
echo "Now testing FIPS version"
59-
runSpotCheck "WOLFSSL_ISFIPS=1"
55+
runSpotCheck
6056

6157
exit $?

0 commit comments

Comments
 (0)