Skip to content

Commit f6bb926

Browse files
committed
Update gatherData.py
1 parent 8b612e5 commit f6bb926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatherData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def download_files_for_some_targets(targets):
135135

136136
elif 'permutate' in basename:
137137
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'
138+
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'
139139
if not os.path.isfile(tFile):
140140
result = subprocess.run(command, cwd=DOWNLOAD_DIR, shell=True)
141141
assert result.returncode == 0

0 commit comments

Comments
 (0)