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=$?
|
||||||
[ $RESULT -ne 0 ] && echo -e "\n\nFull config make test failed" && exit 1
|
[ $RESULT -ne 0 ] && echo -e "\n\nFull config make test failed" && exit 1
|
||||||
|
|
||||||
if [ $HAVE_FIPS_SOURCE ];
|
if [ -n "$HAVE_FIPS_SOURCE" ];
|
||||||
then
|
then
|
||||||
echo -e "\n\nTesting with FIPS release code...\n\n"
|
echo -e "\n\nTesting with FIPS release code...\n\n"
|
||||||
./fips-check.sh
|
./fips-check.sh
|
||||||
|
Reference in New Issue
Block a user