Skip to content

Commit

Permalink
Removed on-screen junk.
Browse files Browse the repository at this point in the history
  • Loading branch information
loiseaujc committed Jun 19, 2024
1 parent 62c8e00 commit dba53b9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/Tests.f90
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ program Tester
write(output_unit, *)

do is = 1, size(testsuites)
write (*, *) "-------------------------------"
write (error_unit, fmt) "Testing :", testsuites(is)%name
write (*, *) "-------------------------------"
write (*, *)
call run_testsuite(testsuites(is)%collect, error_unit, status)
write (*, *)
end do
Expand Down Expand Up @@ -139,10 +136,7 @@ program Tester
write(output_unit, *)

do is = 1, size(testsuites)
write (*, *) "-------------------------------"
write (error_unit, fmt) "Testing :", testsuites(is)%name
write (*, *) "-------------------------------"
write (*, *)
call run_testsuite(testsuites(is)%collect, error_unit, status)
write (*, *)
end do
Expand Down

0 comments on commit dba53b9

Please sign in to comment.