We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b612e5 commit f6bb926Copy full SHA for f6bb926
1 file changed
gatherData.py
@@ -135,7 +135,7 @@ def download_files_for_some_targets(targets):
135
136
elif 'permutate' in basename:
137
tFile = os.path.normpath(f'{srcDir}/../permutate-cuda/test_data/truerand_1bit.bin')
138
- command = f'git clone --verbose https://github.com/yeah1kim/yeah_GPU_SP800_90B_IID ./permutate-cuda && cp -r ./permutate-cuda/test_data/ {srcDir}/../permutate-cuda/test_data'
+ command = f'git clone --verbose --progress https://github.com/yeah1kim/yeah_GPU_SP800_90B_IID ./permutate-cuda && cp -r ./permutate-cuda/test_data/ {srcDir}/../permutate-cuda/test_data'
139
if not os.path.isfile(tFile):
140
result = subprocess.run(command, cwd=DOWNLOAD_DIR, shell=True)
141
assert result.returncode == 0
0 commit comments