We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b18ae5 commit b41ea8eCopy full SHA for b41ea8e
src/fpm.f90
@@ -551,9 +551,7 @@ subroutine cmd_run(settings,test)
551
toomany= size(settings%name)==0 .and. size(executables)>1
552
if ( any(.not.found) &
553
& .or. &
554
- & ( (toomany .and. .not.test) .or. (toomany .and. settings%runner /= '') ) &
555
- & .and. &
556
- & .not.settings%list) then
+ & (toomany .and. .not.test) .and. .not. settings%list) then
557
line=join(settings%name)
558
if(line/='.')then ! do not report these special strings
559
if(any(.not.found))then
0 commit comments