diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-07-23 15:58:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-07-23 15:58:30 (GMT) |
commit | ab072288ad0876d21dec7fcae78869a1477ddb39 (patch) | |
tree | 3327628d9d1461e7c8cd5b507ac40f7ca7aca23d /tools/h5import/CMakeLists.txt | |
parent | 9e08a0d8c5fd8da07cf80cd979f0d0eb1469aa97 (diff) | |
download | hdf5-ab072288ad0876d21dec7fcae78869a1477ddb39.zip hdf5-ab072288ad0876d21dec7fcae78869a1477ddb39.tar.gz hdf5-ab072288ad0876d21dec7fcae78869a1477ddb39.tar.bz2 |
[svn-r22598] BE machines have a different offset in STORAGE_LAYOUT then the LE machines.
Use h5diff with -r to not report warnings.
Tested: local with CMake and ostrich with shell script
Diffstat (limited to 'tools/h5import/CMakeLists.txt')
-rw-r--r-- | tools/h5import/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5import/CMakeLists.txt b/tools/h5import/CMakeLists.txt index 352ba14..5bbcf02 100644 --- a/tools/h5import/CMakeLists.txt +++ b/tools/h5import/CMakeLists.txt @@ -249,6 +249,7 @@ IF (BUILD_TESTING) -D "TEST_FOLDER=${PROJECT_BINARY_DIR}" -D "TEST_OUTPUT=d${testfile}.dff" -D "TEST_EXPECT=0" + -D "TEST_FILTER=(^(Warning)[^\n]*)" -D "TEST_REFERENCE=testfiles/d${testfile}.txt" -P "${HDF5_RESOURCES_DIR}/runTest.cmake" ) |