From 5027e0a38b11fe1ec13777b041eb53c2dede340a Mon Sep 17 00:00:00 2001 From: damies13 Date: Sat, 4 Jan 2025 01:13:26 +1000 Subject: [PATCH] reference to scenario.rfs --- Tests/Regression/Manager/CommandLine_Bugs.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/Regression/Manager/CommandLine_Bugs.robot b/Tests/Regression/Manager/CommandLine_Bugs.robot index d667fbe66..342e7d095 100644 --- a/Tests/Regression/Manager/CommandLine_Bugs.robot +++ b/Tests/Regression/Manager/CommandLine_Bugs.robot @@ -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} @@ -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]} @@ -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]}