Skip to content

Commit f17e11a

Browse files
author
mparvu
committed
Fix for help documentation
1 parent dfdbc22 commit f17e11a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

atest/robot/output/custom_statuses.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
*** Settings ***
22
Suite Setup Run With Custom Statuses
33
Resource atest_resource.robot
4-
Force Tags lol
54

65
*** Variables ***
76
${ADDSTATUS} --AddStatus WIP:PASS:wip:blue --addstatus KNOWN-ISSUE:FAIL:known-*:purple --ADDSTATUS NON-CRITICAL:SKIP:non-criticalNOTwip:pink --log log.html

src/robot/run.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,11 @@
284284
matching rules as with
285285
`--removekeywords tag:<pattern>`
286286
--addstatus for|foritem|<NEWSTATUS:OLDSTATUS:TAGPATTERN:COLOR> *
287-
Allows the possibility to create custom statuses based
288-
on existing statues and tags.
289-
Examples: --addstatus KNOWN_ISSUE:FAIL:bug-id-*:purple
290-
--addstatus NON-CRITICAL:SKIP:non-critical:pink --skiponfailure non-critical
287+
Allows the possibility to create custom statuses
288+
based on existing statues and tags.
289+
Examples:
290+
--addstatus KNOWN_ISSUE:FAIL:bug-id-*:purple
291+
--addstatus NON-CRITICAL:SKIP:non-critical:pink
291292
New in RF 4.x
292293
--listener class * A class for monitoring test execution. Gets
293294
notifications e.g. when tests start and end.

0 commit comments

Comments
 (0)