Salome HOME
Modify check_hdf5 for SMESH/padder purpose
authorboulant <boulant>
Tue, 8 Nov 2011 10:11:19 +0000 (10:11 +0000)
committerboulant <boulant>
Tue, 8 Nov 2011 10:11:19 +0000 (10:11 +0000)
salome_adm/unix/config_files/check_hdf5.m4
src/KERNEL_PY/kernel/kernelpy_autotest.sh.in

index 01f96f50c6faf4bd16ed9c34127c6348abc500b4..9dfb4101eb2687bdc713d279a298b7c85d71069a 100644 (file)
@@ -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=""
index 2608dbb95a46e9c5a058644cce66a490fcacea41..31bf4b68d44e9422d2d1ee3f9718c123d7813b38 100644 (file)
@@ -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