mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +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
|
||||
}
|
||||
|
||||
# Check to make sure this is not a shallow repo
|
||||
$GIT fetch --unshallow 2>/dev/null
|
||||
|
||||
if ! $GIT clone . "$TEST_DIR"; then
|
||||
echo "fips-check: Couldn't duplicate current working directory."
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user