mirror of https://github.com/wolfSSL/wolfssl.git
Giving up and reverting back to what it was.
parent
81aa495b51
commit
41b70b8386
|
@ -305,7 +305,7 @@ fi
|
||||||
|
|
||||||
pushd "$TEST_DIR" || exit 2
|
pushd "$TEST_DIR" || exit 2
|
||||||
|
|
||||||
if ! $GIT clone --filter=blob:none --no-checkout "$FIPS_REPO" fips; then
|
if ! $GIT clone "$FIPS_REPO" fips; then
|
||||||
echo "fips-check: Couldn't check out FIPS repository."
|
echo "fips-check: Couldn't check out FIPS repository."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue