Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Check file-size of test-data in tests #40

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Check file-size of test-data becuase file downloading by the ecbuild …
…cmake-rule performs no retries by default and keep partially download files laying around.
  • Loading branch information
shinji-s committed Aug 12, 2020
commit 73e2ee0c73300196f713319c3c8bad48e2619751
1 change: 1 addition & 0 deletions data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ list(APPEND other_files
tigge_pf_ecmwf.grib2.ref
grib_data_files.txt
BUFR3.tmpl.dump.plain.ref
filesize_db.txt
)

foreach( file ${other_files} )
Expand Down
1 change: 1 addition & 0 deletions data/bufr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ endif()
list(APPEND other_files
bufr_data_files.txt
bufr_ref_files.txt
filesize_db.txt
)

foreach( file ${other_files} )
Expand Down
Loading