mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r13374] Enabled multi-file driver test since it was fixed in C library
Platforms tested: kagiso, smirom, linew
This commit is contained in:
parent
f610f3161b
commit
2468b8aa1c
@ -238,11 +238,11 @@
|
||||
write(*, fmt = e_format) error_string
|
||||
total_error = total_error + external_total_error
|
||||
|
||||
! error_string = failure
|
||||
error_string = skip
|
||||
error_string = failure
|
||||
! error_string = skip
|
||||
cleanup = .FALSE.
|
||||
! CALL multi_file_test(cleanup, multi_file_total_error)
|
||||
! IF (multi_file_total_error == 0) error_string = success
|
||||
CALL multi_file_test(cleanup, multi_file_total_error)
|
||||
IF (multi_file_total_error == 0) error_string = success
|
||||
write(*, fmt = '(23a)', advance = 'no') ' Multi file driver test'
|
||||
write(*, fmt = '(47x,a)', advance = 'no') ' '
|
||||
write(*, fmt = e_format) error_string
|
||||
|
Loading…
Reference in New Issue
Block a user