mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r7613] Purpose:
Bug fix Description: "group" errors were not being included in the total # of errors Platforms tested: FreeBSD 4.9 (sleipnir) Linux 2.4 (verbena) w/FORTRAN too minor for h5committest
This commit is contained in:
parent
6dbba8d7af
commit
145839e8cf
@ -306,7 +306,7 @@
|
||||
write(*, fmt = '(11a)', advance = 'no') ' Group test'
|
||||
write(*, fmt = '(59x,a)', advance = 'no') ' '
|
||||
write(*, fmt = e_format) error_string
|
||||
total_error = total_error + identifier_total_error
|
||||
total_error = total_error + group_total_error
|
||||
|
||||
error_string = failure
|
||||
CALL error_report_test(cleanup, error_total_error)
|
||||
|
Loading…
Reference in New Issue
Block a user