From ee44965bd42b3b3c5f962ee878c6ab2bca54309b Mon Sep 17 00:00:00 2001 From: Dusan Figala Date: Wed, 5 Apr 2023 11:00:03 +0200 Subject: [PATCH] Run single failing test --- .github/ci-nightly-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ci-nightly-test.sh b/.github/ci-nightly-test.sh index 7ceee4214..eb0419c60 100644 --- a/.github/ci-nightly-test.sh +++ b/.github/ci-nightly-test.sh @@ -10,4 +10,5 @@ module load gnuparallel/new module load python3 cd ~masn/REGRESSION_TESTING/ecCodes -./par-suite.sh -w $TMPDIR/install/eccodes \ No newline at end of file +# ./par-suite.sh -w $TMPDIR/install/eccodes +./seq-suite.sh -w $TMPDIR/install/eccodes -d -t ecc-1314-grib.sh \ No newline at end of file