From 0b49961db746a9ef67ae803a9c889bc10caf6b86 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Mon, 22 Jan 2007 15:32:33 -0500 Subject: [svn-r13165] Since not all windows machines have sed, we turn off error API tests by default. Developers may perform tests periodically. --- windows/test/hdf5test.bat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v0.12