From: boulant Date: Tue, 8 Nov 2011 10:11:19 +0000 (+0000) Subject: Modify check_hdf5 for SMESH/padder purpose X-Git-Tag: RELIQUAT_6x_15112011~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7ae69dfbc4747f4fad43d059b759d9b84d08b2e7;p=modules%2Fkernel.git Modify check_hdf5 for SMESH/padder purpose --- diff --git a/salome_adm/unix/config_files/check_hdf5.m4 b/salome_adm/unix/config_files/check_hdf5.m4 index 01f96f50c..9dfb4101e 100644 --- a/salome_adm/unix/config_files/check_hdf5.m4 +++ b/salome_adm/unix/config_files/check_hdf5.m4 @@ -35,6 +35,7 @@ AC_ARG_WITH(hdf5, AC_SUBST(HDF5_INCLUDES) AC_SUBST(HDF5_LIBS) AC_SUBST(HDF5_MT_LIBS) +AC_SUBST(HDF5HOME) HDF5_INCLUDES="" HDF5_LIBS="" diff --git a/src/KERNEL_PY/kernel/kernelpy_autotest.sh.in b/src/KERNEL_PY/kernel/kernelpy_autotest.sh.in index 2608dbb95..31bf4b68d 100644 --- a/src/KERNEL_PY/kernel/kernelpy_autotest.sh.in +++ b/src/KERNEL_PY/kernel/kernelpy_autotest.sh.in @@ -71,7 +71,7 @@ cd $MODULE_PYTHON_DIR for file in $listfiles; do # Uncomment this line (and comment the next one) to display # the start line of a test and not only the result: - #python $file | grep '^\[TEST' + #python $package_path/$file | grep '^\[TEST' python $package_path/$file | grep '^\[TEST' | grep -v 'test in progress' done cd $here