Skip to content

Commit 21c6fe6

Browse files
committed
change test to match
1 parent bcde251 commit 21c6fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli_test/cli_test.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ program main
5353
'CMD="run proj1 p2 project3 --profile debug", NAME="proj1","p2","project3",profile="debug",', &
5454
'CMD="run proj1 p2 project3 --profile release", NAME="proj1","p2","project3",profile="release",', &
5555
'CMD="run proj1 p2 project3 --profile release -- arg1 -x ""and a long one""", &
56-
&NAME="proj1","p2","project3",profile="release",ARGS="""arg1"" -x ""and a long one""", ', &
56+
&NAME="proj1","p2","project3",profile="release",ARGS="""arg1"" ""-x"" ""and a long one""", ', &
5757

5858
'CMD="test", ', &
5959
'CMD="test my_project", NAME="my_project", ', &
6060
'CMD="test proj1 p2 project3", NAME="proj1","p2","project3", ', &
6161
'CMD="test proj1 p2 project3 --profile debug", NAME="proj1","p2","project3",profile="debug",', &
6262
'CMD="test proj1 p2 project3 --profile release", NAME="proj1","p2","project3",profile="release",', &
6363
'CMD="test proj1 p2 project3 --profile release -- arg1 -x ""and a long one""", &
64-
&NAME="proj1","p2","project3",profile="release" ARGS="""arg1"" -x ""and a long one""", ', &
64+
&NAME="proj1","p2","project3",profile="release" ARGS="""arg1"" ""-x"" ""and a long one""", ', &
6565

6666
'CMD="build", NAME= profile="",ARGS="",', &
6767
'CMD="build --profile release", NAME= profile="release",ARGS="",', &

0 commit comments

Comments
 (0)