diff options
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index c017baacc91..0cb20c0127f 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -87,6 +87,9 @@ def create_parser_wpt(): parser.add_argument('--filter-intermittents', default=None, action="store", help="Filter intermittents against known intermittents " "and save the filtered output to the given file.") + parser.add_argument('--log-raw-unexpected', default=None, action="store", + help="Raw structured log messages for unexpected results." + " '--log-raw' Must also be passed in order to use this.") return parser |