From 393efa3b702d4e3ed5ccf1369f0ef301831705cb Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Sun, 7 Jan 2024 16:19:43 +0000 Subject: [PATCH] Testing: Cleanup --- tests/grib_ecc-1212.sh | 3 --- tests/grib_indexing.sh | 3 --- 2 files changed, 6 deletions(-) diff --git a/tests/grib_ecc-1212.sh b/tests/grib_ecc-1212.sh index 7ae426756..e1f32e596 100755 --- a/tests/grib_ecc-1212.sh +++ b/tests/grib_ecc-1212.sh @@ -66,7 +66,6 @@ cat > $tempRef < $tempOut # edition centre date time dataType gridType typeOfLevel level shortName packingType echo "2 ecmf 20200805 1200 an regular_ll surface 0 t grid_simple" > $tempRef -cat $tempOut diff -w $tempRef $tempOut # Check "time" namespace @@ -84,7 +82,6 @@ ${tools_dir}/grib_get -n time $tempGrib > $tempOut echo "h 20200804 0000 36" > $tempRef diff -w $tempRef $tempOut - # numberOfForecastsUsedInLocalTime > 1 # ------------------------------------ cat > $tempFilt </dev/null # Must remove first two lines (filename specifics) ${tools_dir}/grib_dump ${tempIndex} | sed '1,2d' > $tempOut -#cat $tempOut cat > $tempRef <$tempOut status=$? set -e [ $status -ne 0 ] -cat $tempOut grep -q "Indexes contained in the input files have different keys" $tempOut rm -f $tempIndex1 $tempIndex2 $tempOut @@ -130,7 +128,6 @@ ${tools_dir}/grib_compare -v $tempIndex2 $tempIndex1 2>$tempOut status=$? set -e [ $status -ne 0 ] -cat $tempOut grep -q "Indexes contained in the input files have different keys" $tempOut rm -f $tempIndex1 $tempIndex2 $tempOut