mirror of https://github.com/ecmwf/eccodes.git
Trap errors in scripts
This commit is contained in:
parent
94a7d6b73a
commit
4868d73d29
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/ksh
|
||||
set -x
|
||||
set -xe
|
||||
|
||||
cd ../tests
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
|
||||
. ./include.sh
|
||||
set -e
|
||||
|
||||
[ -z "$ECCODES_DEFINITION_PATH" ] | ECCODES_DEFINITION_PATH=`${tools_dir}/codes_info -d`
|
||||
|
||||
|
|
Loading…
Reference in New Issue