mirror of https://github.com/ecmwf/eccodes.git
Testing: See SD-103761
This commit is contained in:
parent
9a621fc454
commit
16f184569b
|
@ -16,7 +16,7 @@
|
|||
#include "eccodes.h"
|
||||
#define NUM_THREADS 4
|
||||
|
||||
void Assert(int condition)
|
||||
static void Assert(int condition)
|
||||
{
|
||||
if (!condition) {
|
||||
printf("Assertion failed\n");
|
||||
|
|
|
@ -12,10 +12,11 @@
|
|||
|
||||
label="codes_assert_test"
|
||||
|
||||
if [ $ECCODES_ON_WINDOWS -eq 1 ]; then
|
||||
echo "$0: This test is currently disabled on Windows"
|
||||
exit 0
|
||||
fi
|
||||
# Due to problems at DWD (See SD-103761) we have disabled this test
|
||||
# To be revived later
|
||||
echo "$0: This test is currently disabled"
|
||||
exit 0
|
||||
|
||||
|
||||
tempOut=temp.$label.txt
|
||||
sample_grib2=$ECCODES_SAMPLES_PATH/GRIB2.tmpl
|
||||
|
|
|
@ -12,10 +12,11 @@
|
|||
|
||||
label="codes_ecc-1929_test"
|
||||
|
||||
if [ $ECCODES_ON_WINDOWS -eq 1 ]; then
|
||||
echo "$0: This test is currently disabled on Windows"
|
||||
exit 0
|
||||
fi
|
||||
# Due to problems at DWD (See SD-103761) we have disabled this test
|
||||
# To be revived later
|
||||
echo "$0: This test is currently disabled"
|
||||
exit 0
|
||||
|
||||
|
||||
tempOut=temp.$label.txt
|
||||
sample_grib2=$ECCODES_SAMPLES_PATH/GRIB2.tmpl
|
||||
|
|
Loading…
Reference in New Issue