Skip to content

Commit b41ea8e

Browse files
committed
run all tests with user-specified runner
1 parent 6b18ae5 commit b41ea8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/fpm.f90

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,9 +551,7 @@ subroutine cmd_run(settings,test)
551551
toomany= size(settings%name)==0 .and. size(executables)>1
552552
if ( any(.not.found) &
553553
& .or. &
554-
& ( (toomany .and. .not.test) .or. (toomany .and. settings%runner /= '') ) &
555-
& .and. &
556-
& .not.settings%list) then
554+
& (toomany .and. .not.test) .and. .not. settings%list) then
557555
line=join(settings%name)
558556
if(line/='.')then ! do not report these special strings
559557
if(any(.not.found))then

0 commit comments

Comments
 (0)