From 6ae50fd5708cbe9c166ed95c1a483545d5da02ae Mon Sep 17 00:00:00 2001 From: Ed Date: Fri, 12 Apr 2024 12:38:02 -0600 Subject: [PATCH 1/2] fixed comment --- tests/run_wgrib2_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run_wgrib2_tests.sh b/tests/run_wgrib2_tests.sh index 7848825d..5523a2bf 100644 --- a/tests/run_wgrib2_tests.sh +++ b/tests/run_wgrib2_tests.sh @@ -13,7 +13,6 @@ ls -l ../wgrib2 ../wgrib2/wgrib2 > out.txt && exit 1 [ $? -ne 8 ] && exit 2 -# Run an inventory on a test file. This does not work. #echo "*** testing inventory of gdaswave.t00z.wcoast.0p16.f000.grib2..." ../wgrib2/wgrib2 data/gdaswave.t00z.wcoast.0p16.f000.grib2 > tmp.txt cat tmp.txt From f50fa0784d4a5ca161e6a9fea568d38b6851374f Mon Sep 17 00:00:00 2001 From: Ed Date: Fri, 12 Apr 2024 12:41:30 -0600 Subject: [PATCH 2/2] running tests in CI is good! --- .github/workflows/Linux_options.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Linux_options.yml b/.github/workflows/Linux_options.yml index 9611cc2f..cd55c580 100644 --- a/.github/workflows/Linux_options.yml +++ b/.github/workflows/Linux_options.yml @@ -123,3 +123,4 @@ jobs: cd b cmake ${{ matrix.config.options }} -DCMAKE_PREFIX_PATH="~/sp;~/ip;~/ip2" .. make VERBOSE=1 + ctest --verbose --output-on-failure --rerun-failed