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 d4df0b7 commit 3078f71Copy full SHA for 3078f71
test/command_line_test.f90
@@ -34,7 +34,6 @@ function check_flag_value() result(test_passes)
34
integer exit_status, command_status
35
character(len=132) command_message
36
37
- ! command = "fpm run --example get-flag-value -- --input-file ni_weights_iter131072 > /dev/null 2>&1", &
38
call execute_command_line( &
39
command = "fpm run --example get-flag-value -- --input-file some_file_name", &
40
wait = .true., exitstat = exit_status, cmdstat = command_status, cmdmsg = command_message &
0 commit comments