Skip to content

Commit 7e5e858

Browse files
committed
more debugging on Travis
1 parent f9ce12f commit 7e5e858

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/jf_test_06.F90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ subroutine test_6(error_cnt)
7474
do j = 1, min(len(error_msg), len(expected_error_msg))
7575
if (error_msg(j:j) /= expected_error_msg(j:j)) then
7676
write(error_unit,'(I3,1X,A,A,A,A,A)') j, '"', error_msg(j:j), '" /= "', expected_error_msg(j:j), '"'
77+
else
78+
write(error_unit,'(I3,1X,A,A,A,A,A)') j, '"', error_msg(j:j), '" == "', expected_error_msg(j:j), '"'
7779
end if
7880
end do
7981
error_cnt = error_cnt + 1

0 commit comments

Comments
 (0)