From c56d31b61c0480c65e255665ee7772c1d999c055 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 2 Aug 2016 17:18:26 +0100 Subject: [PATCH] Print test output in verbose ctest mode --- examples/python/grib_set_keys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/grib_set_keys.sh b/examples/python/grib_set_keys.sh index 9bf593551..7f8569fda 100755 --- a/examples/python/grib_set_keys.sh +++ b/examples/python/grib_set_keys.sh @@ -3,5 +3,5 @@ . ./include.sh REDIRECT=/dev/null -$PYTHON $examples_src/grib_set_keys.py 2> $REDIRECT > $REDIRECT +$PYTHON $examples_src/grib_set_keys.py # 2> $REDIRECT > $REDIRECT rm -f out.set.grib || true