feat: update logs and wait curl
This commit is contained in:
parent
8a3381695b
commit
b25ae2cf69
@ -6,5 +6,6 @@ mkdir -p "${tst_dir}"
|
||||
|
||||
for filename in ${filenames}
|
||||
do
|
||||
curl -o "${tst_dir}/${filename}.c" "https://goglin.gitlabpages.inria.fr/enseirb-it202/tests/${filename}.c" &
|
||||
(curl -o "${tst_dir}/${filename}.c" "https://goglin.gitlabpages.inria.fr/enseirb-it202/tests/${filename}.c" 2>/dev/null && echo "fetched ${filename}.c") &
|
||||
done
|
||||
wait
|
||||
|
Loading…
x
Reference in New Issue
Block a user