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