mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r21691] Removed extra "file_close" test since it is already
in fortranlib_test.f90. I think it was causing the make check -j8 race condition failures in daily tests. Tested jam (gfortran, intel)
This commit is contained in:
parent
c65c53afcb
commit
5b3fbdb542
@ -121,14 +121,6 @@ PROGRAM fortranlibtest_F03
|
||||
CALL write_test_status(ret_total_error, &
|
||||
' Testing filling functions', &
|
||||
total_error)
|
||||
!DEC$ if defined(H5_VMS)
|
||||
GOTO 8
|
||||
!DEC$ else
|
||||
ret_total_error = 0
|
||||
CALL file_close(cleanup, ret_total_error)
|
||||
CALL write_test_status(ret_total_error, ' File open/close test', total_error)
|
||||
!DEC$ endif
|
||||
8 CONTINUE
|
||||
|
||||
ret_total_error = 0
|
||||
CALL test_h5kind_to_type(total_error)
|
||||
|
Loading…
Reference in New Issue
Block a user