mirror of https://github.com/ecmwf/eccodes.git
ECC-1172: Testing
This commit is contained in:
parent
da5f5aed13
commit
3141c7959a
|
@ -28,9 +28,12 @@ fBufrTmp=temp.${label}".bufr"
|
||||||
fRules=temp.${label}.filter
|
fRules=temp.${label}.filter
|
||||||
|
|
||||||
set +u
|
set +u
|
||||||
use_valgrind=1
|
use_valgrind=0
|
||||||
if test "x$ECCODES_TEST_WITH_VALGRIND" = "x"; then
|
if test "x$ECCODES_TEST_WITH_VALGRIND" != "x"; then
|
||||||
use_valgrind=0
|
use_valgrind=1
|
||||||
|
# The presence of ECCODES_TEST_WITH_VALGRIND environment variable redefines
|
||||||
|
# tools_dir so we reset it to its original
|
||||||
|
tools_dir=$build_dir/bin
|
||||||
fi
|
fi
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue