Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 4a2e532

Browse files
buildbot: Fix mixing of tabs and spaces after r214172
https://bugs.webkit.org/show_bug.cgi?id=169793 Unreviewed. * BuildSlaveSupport/build.webkit.org-config/master.cfg: (RunWebKitTests.evaluateCommand): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@214318 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 17fc3a6 commit 4a2e532

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,10 @@ class RunWebKitTests(shell.Test):
412412
return FAILURE
413413

414414
# Return code from Tools/Scripts/layout_tests/run_webkit_tests.py.
415-
# This means that an exception was raised when running run-webkit-tests and
416-
# was never handled.
417-
if cmd.rc == 254:
418-
return EXCEPTION
415+
# This means that an exception was raised when running run-webkit-tests and
416+
# was never handled.
417+
if cmd.rc == 254:
418+
return EXCEPTION
419419
if cmd.rc != 0:
420420
return FAILURE
421421

Tools/ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2017-03-23 Carlos Alberto Lopez Perez <[email protected]>
2+
3+
buildbot: Fix mixing of tabs and spaces after r214172
4+
https://bugs.webkit.org/show_bug.cgi?id=169793
5+
6+
Unreviewed.
7+
8+
* BuildSlaveSupport/build.webkit.org-config/master.cfg:
9+
(RunWebKitTests.evaluateCommand):
10+
111
2017-03-22 Andy Estes <[email protected]>
212

313
[Cocoa] Add an option to exclude overflow when snapshotting a WKWebProcessPlugInNodeHandle

0 commit comments

Comments
 (0)