forked from wolfSSL/wolfssl
fixed the check in commit-tests to see if FIPS test should run
This commit is contained in:
@ -31,7 +31,7 @@ make -j 8 test;
|
||||
RESULT=$?
|
||||
[ $RESULT -ne 0 ] && echo -e "\n\nFull config make test failed" && exit 1
|
||||
|
||||
if [ $HAVE_FIPS_SOURCE ];
|
||||
if [ -n "$HAVE_FIPS_SOURCE" ];
|
||||
then
|
||||
echo -e "\n\nTesting with FIPS release code...\n\n"
|
||||
./fips-check.sh
|
||||
|
Reference in New Issue
Block a user