Skip to content
Merged
Changes from all commits
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
3 changes: 3 additions & 0 deletions test/soca/gw/setup_obsprep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ project_source_dir="$1"
testdatadir="${project_source_dir}/test/soca/testdata"
testdatadir_bufr="${project_source_dir}/build/gdas/test/testdata"

# run the g-w link script so that the config files can be found
(cd ${project_source_dir}/../../.. && ./link_workflow.sh)

# Clean up previous attempts
rm -rf gdas.20180414 gdas.20180415

Expand Down