mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[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.
This commit is contained in:
parent
ecec113d10
commit
21ffbeda9e
@ -23,7 +23,8 @@ srcdir=@srcdir@
|
|||||||
CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@
|
CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@
|
||||||
|
|
||||||
## Test script for error_test and err_compat
|
## 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
|
## These are our main targets. They should be listed in the order to be
|
||||||
## executed, generally most specific tests to least specific tests.
|
## executed, generally most specific tests to least specific tests.
|
||||||
|
Loading…
Reference in New Issue
Block a user