From be9d0f5179684d07bc1fd28b2d021d7692eb617d Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 11 Jun 2019 17:13:49 +0100 Subject: [PATCH] Don't hide output from test --- examples/python/grib_nearest.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/python/grib_nearest.sh b/examples/python/grib_nearest.sh index 51a60348f..a7c93e368 100755 --- a/examples/python/grib_nearest.sh +++ b/examples/python/grib_nearest.sh @@ -2,5 +2,4 @@ . ./include.sh -REDIRECT=/dev/null -$PYTHON $examples_src/grib_nearest.py 2> $REDIRECT > $REDIRECT +$PYTHON $examples_src/grib_nearest.py