Skip to content

Commit

Permalink
run all tests with user-specified runner
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Jun 6, 2024
1 parent 6b18ae5 commit b41ea8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fpm.f90
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,7 @@ subroutine cmd_run(settings,test)
toomany= size(settings%name)==0 .and. size(executables)>1
if ( any(.not.found) &
& .or. &
& ( (toomany .and. .not.test) .or. (toomany .and. settings%runner /= '') ) &
& .and. &
& .not.settings%list) then
& (toomany .and. .not.test) .and. .not. settings%list) then
line=join(settings%name)
if(line/='.')then ! do not report these special strings
if(any(.not.found))then
Expand Down

0 comments on commit b41ea8e

Please sign in to comment.