Skip to content

Commit

Permalink
Fix acceptance tests if directory path contains spaces (#5101)
Browse files Browse the repository at this point in the history
Fixes #5100.
  • Loading branch information
sunday2 committed Apr 4, 2024
1 parent af7c18f commit 250588e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atest/robot/variables/json_variable_file.robot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*** Settings ***
Suite Setup Run Tests --variablefile ${VARDIR}/cli.json -V ${VARDIR}/cli2.json --pythonpath ${VARDIR}
Suite Setup Run Tests --variablefile "${VARDIR}/cli.json" -V "${VARDIR}/cli2.json" --pythonpath "${VARDIR}"
... variables/json_variable_file.robot
Resource atest_resource.robot

Expand Down
2 changes: 1 addition & 1 deletion atest/robot/variables/yaml_variable_file.robot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*** Settings ***
Suite Setup Run Tests --variablefile ${VARDIR}/cli.yaml -V ${VARDIR}/cli.YML --pythonpath ${VARDIR}
Suite Setup Run Tests --variablefile "${VARDIR}/cli.yaml" -V "${VARDIR}/cli.YML" --pythonpath "${VARDIR}"
... variables/yaml_variable_file.robot
Force Tags require-yaml
Resource atest_resource.robot
Expand Down

0 comments on commit 250588e

Please sign in to comment.