GWicke has submitted this change and it was merged.
Change subject: Add node version to parserTests output.
......................................................................
Add node version to parserTests output.
This helps track down runtests.sh diffs caused by inadvertently running the
tests with different versions of node.js.
Change-Id: If450e47633b56b4b28e42065d075916207d188ee
---
M js/tests/parserTests.js
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
GWicke: Verified; Looks good to me, approved
diff --git a/js/tests/parserTests.js b/js/tests/parserTests.js
index 6498415..c0b9936 100644
--- a/js/tests/parserTests.js
+++ b/js/tests/parserTests.js
@@ -1331,6 +1331,7 @@
* This method can be reimplemented in the options of the ParserTests object.
*/
ParserTests.prototype.reportStartOfTests = function () {
+ console.log( 'ParserTests running with node', process.version);
console.log( 'Initialisation complete. Now launching tests.' );
};
--
To view, visit https://gerrit.wikimedia.org/r/58537
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If450e47633b56b4b28e42065d075916207d188ee
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>
Gerrit-Reviewer: Cscott <[email protected]>
Gerrit-Reviewer: GWicke <[email protected]>
Gerrit-Reviewer: MarkTraceur <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits