Skip to content

Commit 7403d29

Browse files
- Fiox for win.
1 parent 6c4bdff commit 7403d29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/robot/functional/stackql_mocked_from_cmd_line.robot

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7222,8 +7222,11 @@ Busted Auth Throws Error Then Set Statement Update Auth Scenario Working
72227222
... |------------------------|---------------|----------------------------------------------------------------------------------------|----------------|
72237223
... |${SPACE}allow-spark-ui${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|${SPACE}${SPACE}111111111111${SPACE}|${SPACE}https://www.googleapis.com/compute/v1/projects/testing-project/global/networks/default${SPACE}|${SPACE}global${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|
72247224
... |------------------------|---------------|----------------------------------------------------------------------------------------|----------------|
7225-
${outputErrStr} = Catenate SEPARATOR=\n
7225+
${outputErrStrNix} = Catenate SEPARATOR=\n
72267226
... service account credentials error: open ${NON_EXISTENT_AUTH_GOOGLE_SA_KEY_PATH}: no such file or directory
7227+
${outputErrStrWin} = Catenate SEPARATOR=\n
7228+
... service account credentials error: open ${NON_EXISTENT_AUTH_GOOGLE_SA_KEY_PATH}: The system cannot find the file specified.
7229+
${outputStr} = Set Variable If "${IS_WINDOWS}" == "1" ${outputErrStrWin} ${outputErrStrNix}
72277230
Should Stackql Exec Inline Equal Both Streams
72287231
... ${STACKQL_EXE}
72297232
... ${OKTA_SECRET_STR}

0 commit comments

Comments
 (0)