Skip to content

Commit 5fb2069

Browse files
Merge pull request #4347 from ggiguash/fix_greenboot_test_418
[release-4.18] USHIFT-5223: Fix greenboot test to properly handle stdout
2 parents c70c659 + ff692c9 commit 5fb2069

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)