Skip to content

Commit

Permalink
reference to scenario.rfs
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Jan 3, 2025
1 parent 5db876e commit 5027e0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Regression/Manager/CommandLine_Bugs.robot
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Circular Reference Resource Files
Sleep 1s
Check Agent Is Running
Log to console ${CURDIR}
${scenariofile}= Normalize Path ${CURDIR}${/}testdata${/}Issue-#184${/}Issue-#184.rfs
${scenariofile}= Normalize Path ${testdata}${/}scenario.rfs
Log to console ${scenariofile}
@{mngr_options}= Create List -i ${testdata}${/}manager.ini -n -d ${results_dir}
Run Manager CLI ${mngr_options}
Expand Down Expand Up @@ -141,7 +141,7 @@ Circular Reference Resource Files 2
Sleep 1s
Check Agent Is Running
Log to console ${CURDIR}
${scenariofile}= Normalize Path ${CURDIR}${/}testdata${/}Issue-#184${/}Issue-#184.rfs
${scenariofile}= Normalize Path ${testdata}${/}scenario.rfs
Log to console ${scenariofile}
@{time}= Get Time hour min sec NOW + 2min
@{mngr_options}= Create List -i ${testdata}${/}manager.ini -n -d ${results_dir} -t ${time[0]}:${time[1]}:${time[2]}
Expand Down Expand Up @@ -202,7 +202,7 @@ Lots Of Resource Files
Sleep 1s
Check Agent Is Running
Log to console ${CURDIR}
${scenariofile}= Normalize Path ${CURDIR}${/}testdata${/}Issue-#184${/}Issue-#184.rfs
${scenariofile}= Normalize Path ${testdata}${/}scenario.rfs
Log to console ${scenariofile}
@{time}= Get Time hour min sec NOW + 300s
@{mngr_options}= Create List -i ${testdata}${/}manager.ini -n -d ${results_dir} -t ${time[0]}:${time[1]}:${time[2]}
Expand Down

0 comments on commit 5027e0a

Please sign in to comment.