diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2003-09-25 15:16:03 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2003-09-25 15:16:03 (GMT) |
commit | 21ffbeda9eace893c35d73984c8f3ce6fd34423c (patch) | |
tree | 0762454de5ad5645c41a0f55c40fa64151b303d1 /test | |
parent | ecec113d107b674064b63a431e4e423887f24ad0 (diff) | |
download | hdf5-21ffbeda9eace893c35d73984c8f3ce6fd34423c.zip hdf5-21ffbeda9eace893c35d73984c8f3ce6fd34423c.tar.gz hdf5-21ffbeda9eace893c35d73984c8f3ce6fd34423c.tar.bz2 |
[svn-r7513] Purpose: Disable Error API test
Description: The error test script compares the error messages to the standard
output. The file names and line numbers in the messages can be different
for users.
Solution: Temporarily disable the test until find a good solution.
Platforms tested: None. Disabling a test.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index d46d90e..4fba362 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -23,7 +23,8 @@ srcdir=@srcdir@ CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@ ## Test script for error_test and err_compat -TEST_SCRIPTS=$(srcdir)/testerror.sh +# Disabled until find a good way to compare the outputs. +#TEST_SCRIPTS=$(srcdir)/testerror.sh ## These are our main targets. They should be listed in the order to be ## executed, generally most specific tests to least specific tests. |