diff options
Diffstat (limited to 'windows/test')
-rwxr-xr-x | windows/test/hdf5test.bat | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/windows/test/hdf5test.bat b/windows/test/hdf5test.bat index 22837dc..f8e59ac 100755 --- a/windows/test/hdf5test.bat +++ b/windows/test/hdf5test.bat @@ -290,8 +290,12 @@ echo. echo ============================
echo Testing ./testerr.bat
echo ============================
+echo Test skipped because sed is not universal supported.
+echo To test the HDF5 error API, you need to have sed on your machine.
+echo Please remove echo on the following line in this batch file to do the test.
+echo.
-call testerr %1 %2
+echo call testerr %1 %2
echo.
echo ============================
echo Testing talign
|