Skip to content

Commit

Permalink
Issue #171 CLI try 4
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 14, 2024
1 parent f571871 commit 42b766d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tests/Regression/Agent/ºBugs.robot
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Issue #171
@{mngr_options}= Create List -s ${scenariofile} -n
Run Manager CLI ${mngr_options}
Wait For Manager
Stop Agent
Show Log stdout_manager.txt
Show Log stdout_agent.txt
Stop Agent
4 changes: 2 additions & 2 deletions Tests/Regression/Agent/ºCommon.robot
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Wait For Manager

Stop Manager
${result}= Terminate Process ${process_manager}
Should Be Equal As Integers ${result.rc} 0
# Should Be Equal As Integers ${result.rc} 0

Stop Agent
${result}= Terminate Process ${process_agent}
Should Be Equal As Integers ${result.rc} 0
# Should Be Equal As Integers ${result.rc} 0

0 comments on commit 42b766d

Please sign in to comment.