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 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