ECC-1172: Testing

This commit is contained in:
Shahram Najm 2022-11-08 20:54:11 +00:00
parent da5f5aed13
commit 3141c7959a
1 changed files with 6 additions and 3 deletions

View File

@ -28,9 +28,12 @@ fBufrTmp=temp.${label}".bufr"
fRules=temp.${label}.filter
set +u
use_valgrind=1
if test "x$ECCODES_TEST_WITH_VALGRIND" = "x"; then
use_valgrind=0
use_valgrind=0
if test "x$ECCODES_TEST_WITH_VALGRIND" != "x"; then
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
set -u