Skip to content

Commit 55fd302

Browse files
committed
hdf5-tests: abbreviate the wget output
The default "wget" output shows ~850 lines of output when downloading the HDF5 tarball. Use an abbreviated wget progress output so that it only emits 2 lines of output (thereby making it slightly easier for humans to examine the lines). Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent 9fbd849 commit 55fd302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hdf5-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
make -j 8 && make install
2121
- name: Install HDF5
2222
run: |
23-
wget https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
23+
wget --progress=dot:giga https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
2424
tar -xzf hdf5.tar.gz
2525
mv hdf5-1* hdf5
2626
cd hdf5

0 commit comments

Comments
 (0)