Skip to content

Commit

Permalink
Merge pull request #442 from Goddard-Fortran-Ecosystem/main
Browse files Browse the repository at this point in the history
Git Flow
  • Loading branch information
tclune authored Nov 1, 2023
2 parents 996e334 + 4d16884 commit 0dcc807
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/pfunit/pFUnit.F90
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,9 @@ logical function run(load_tests) result(status)
type(TestResult) :: r
class(ParallelContext), allocatable :: c

c = get_context()
allocate(c, source=get_context())
status = generic_run(load_tests, c)

!!! !!$ options = parse()

!!$ suite = load_tests()
!!$ allocate(runner, source=TestRunner(ResultPrinter(OUTPUT_UNIT)))
!!$ c = get_context()
!!$ r = runner%run(suite, c)
!!$ status = r%wasSuccessful()

end function run


Expand Down

0 comments on commit 0dcc807

Please sign in to comment.