Skip to content

Commit

Permalink
do not restrict dumping available names to run only
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Jun 9, 2024
1 parent b41ea8e commit c305d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm.f90
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +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) .and. .not. settings%list) then
& (toomany .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 c305d12

Please sign in to comment.