Skip to content

Commit

Permalink
Log to console ${result.rc}
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 14, 2024
1 parent 5592d2c commit 5b8402f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tests/Regression/Agent/ºCommon.robot
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,15 @@ Run Manager CLI

Wait For Manager
${result}= Wait For Process ${process_manager}
Should Be Equal As Integers ${result.rc} 0
# Should Be Equal As Integers ${result.rc} 0
Log to console ${result.rc}

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

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

0 comments on commit 5b8402f

Please sign in to comment.