Skip to content

Commit e4afc49

Browse files
committed
test: change jenkins reporter
1 parent e6f1ddf commit e4afc49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,9 @@ def Starting(self):
351351
self._done = 0
352352

353353
def AboutToRun(self, case):
354-
pass
354+
case.additional_flags = case.additional_flags.copy() if hasattr(case, 'additional_flags') else []
355+
case.additional_flags.append('--test-reporter=./test/common/test-error-reporter.js')
356+
case.additional_flags.append('--test-reporter-destination=stdout')
355357

356358
def HasRun(self, output):
357359
self._done += 1

0 commit comments

Comments
 (0)