Skip to content

Commit

Permalink
Issue #171 try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 14, 2024
1 parent aa34051 commit 6c82039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Regression/Manager/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Set Platform
Set Suite Variable ${platform} ubuntu

Open Agent
[Arguments] ${options}
# [Arguments] ${options}
${process}= Start Process python3 ${pyfile} alias=Agent stdout=${OUTPUT DIR}${/}stdout_agent.txt stderr=${OUTPUT DIR}${/}stderr_agent.txt
Set Test Variable $process_agent ${process}

Open Manager GUI
[Arguments] ${options}
# [Arguments] ${options}
Set Confidence 0.9
${process}= Start Process python3 ${pyfile} alias=Manager stdout=${OUTPUT DIR}${/}stdout_manager.txt stderr=${OUTPUT DIR}${/}stderr_manager.txt
Set Test Variable $process_manager ${process}
Expand Down

0 comments on commit 6c82039

Please sign in to comment.