Skip to content

Commit b6af95f

Browse files
committed
redirect output to log
1 parent f1f0efe commit b6af95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_compiler.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ logical function check_fortran_source_runs(self, input) result(success)
14611461

14621462
!> Run and retrieve exit code
14631463
if (stat==0) &
1464-
call run(exe,echo=.false., exitstat=stat)
1464+
call run(exe,echo=.false., exitstat=stat, verbose=.false., redirect=logf)
14651465

14661466
!> Successful exit on 0 exit code
14671467
success = stat==0

0 commit comments

Comments
 (0)