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.
available names
run
1 parent b41ea8e commit c305d12Copy full SHA for c305d12
src/fpm.f90
@@ -551,7 +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) .and. .not. settings%list) then
+ & (toomany .and. .not. settings%list) ) then
555
line=join(settings%name)
556
if(line/='.')then ! do not report these special strings
557
if(any(.not.found))then
0 commit comments