Skip to content

Commit c305d12

Browse files
committed
do not restrict dumping available names to run only
1 parent b41ea8e commit c305d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +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) .and. .not. settings%list) then
554+
& (toomany .and. .not. settings%list) ) then
555555
line=join(settings%name)
556556
if(line/='.')then ! do not report these special strings
557557
if(any(.not.found))then

0 commit comments

Comments
 (0)