@@ -63,7 +63,7 @@ program main
63
63
' CMD="test proj1 p2 project3 --profile release -- arg1 -x ""and a long one""", &
64
64
&NAME="proj1","p2","project3",profile="release" ARGS="""arg1"" -x ""and a long one""", ' , &
65
65
66
- ' CMD="build", NAME= profile="default ",ARGS="",' , &
66
+ ' CMD="build", NAME= profile="",ARGS="",' , &
67
67
' CMD="build --profile release", NAME= profile="release",ARGS="",' , &
68
68
' ' ]
69
69
character (len= 256 ) :: readme(3 )
@@ -92,7 +92,7 @@ program main
92
92
endif
93
93
! blank out name group EXPECTED
94
94
name= [(repeat (' ' ,len (name)),i= 1 ,max_names)] ! the words on the command line sans the subcommand name
95
- profile= " default " ! --profile PROF
95
+ profile= " " ! --profile PROF
96
96
w_e= .false. ! --app
97
97
w_t= .false. ! --test
98
98
args= repeat (' ' ,132 ) ! -- ARGS
@@ -109,7 +109,7 @@ program main
109
109
if (estat.eq. 0 )then
110
110
open (file= ' _test_cli' ,newunit= lun,delim= ' quote' )
111
111
act_name= [(repeat (' ' ,len (act_name)),i= 1 ,max_names)]
112
- act_profile= ' default '
112
+ act_profile= ' '
113
113
act_w_e= .false.
114
114
act_w_t= .false.
115
115
act_args= repeat (' ' ,132 )
@@ -206,7 +206,7 @@ subroutine parse()
206
206
act_args= ' '
207
207
act_w_e= .false.
208
208
act_w_t= .false.
209
- act_profile= ' default '
209
+ act_profile= ' '
210
210
211
211
select type (settings= >cmd_settings)
212
212
type is (fpm_new_settings)
0 commit comments