jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/335378 )

Change subject: Continue after warning about unhandled (function)hooks in 
parserTests
......................................................................


Continue after warning about unhandled (function)hooks in parserTests

Change-Id: Ifcddd3d70da84c85c95da0d40904f643a0500f88
---
M bin/parserTests.js
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Subramanya Sastry: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/bin/parserTests.js b/bin/parserTests.js
index 810b707..7f2fec6 100755
--- a/bin/parserTests.js
+++ b/bin/parserTests.js
@@ -2111,9 +2111,11 @@
                                        break;
                                case 'hooks':
                                        this.env.log('warn', 'parserTests: 
Unhandled extension hook', JSON.stringify(item));
+                                       setImmediate(nextCallback);
                                        break;
                                case 'functionhooks':
                                        this.env.log("warn", "parserTests: 
Unhandled functionhook", JSON.stringify(item));
+                                       setImmediate(nextCallback);
                                        break;
                                default:
                                        this.comments = [];

-- 
To view, visit https://gerrit.wikimedia.org/r/335378
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifcddd3d70da84c85c95da0d40904f643a0500f88
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Arlolra <abrea...@wikimedia.org>
Gerrit-Reviewer: Subramanya Sastry <ssas...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to