Skip to content

Commit db26897

Browse files
committed
Fix Execute Command in greenboot.robot
1 parent 4542387 commit db26897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/suites/greenboot/greenboot.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Disrupt Service
105105

106106
${rc}= Execute Command
107107
... chmod 000 ${HOSTNAME_BIN_PATH}
108-
... sudo=True return_rc=True
108+
... sudo=True return_rc=True return_stdout=False
109109
Should Be Equal As Integers 0 ${rc}
110110

111111
Restore Service

0 commit comments

Comments
 (0)