mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Merge pull request #8008 from bandi13/fixFipsCheck
Fix '--depth=1' repos
This commit is contained in:
@ -334,6 +334,9 @@ function copy_fips_files() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Check to make sure this is not a shallow repo
|
||||||
|
$GIT fetch --unshallow 2>/dev/null
|
||||||
|
|
||||||
if ! $GIT clone . "$TEST_DIR"; then
|
if ! $GIT clone . "$TEST_DIR"; then
|
||||||
echo "fips-check: Couldn't duplicate current working directory."
|
echo "fips-check: Couldn't duplicate current working directory."
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user