From a50b135b36834ca67050ce01cec5479d46608ee8 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Wed, 13 Nov 2024 15:27:43 -0600 Subject: [PATCH] removed CI testing checks --- tests/external/hdf5_iotest/config.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/external/hdf5_iotest/config.sh.in b/tests/external/hdf5_iotest/config.sh.in index b53c4e0..aa8f79c 100644 --- a/tests/external/hdf5_iotest/config.sh.in +++ b/tests/external/hdf5_iotest/config.sh.in @@ -24,6 +24,6 @@ if grep -q "#define H5_VERS_MAJOR 1" ${HDF5_ROOT}/include/H5public.h; then export LIBS="-lhdf5" fi -../hdf5-iotest/configure \ +../hdf5-iotest/configure --silent \ CC=${CC_DEF} \ CFLAGS="@CFLAGS@" \ No newline at end of file