Arlolra has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/335377 )

Change subject: Stop warning about up-to-date parserTests.txt
......................................................................

Stop warning about up-to-date parserTests.txt

 * These days, we only sync on demand.

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid 
refs/changes/77/335377/1

diff --git a/bin/parserTests.js b/bin/parserTests.js
index 30c38e4..810b707 100755
--- a/bin/parserTests.js
+++ b/bin/parserTests.js
@@ -43,7 +43,6 @@
 
 // track files imported / required
 var fileDependencies = [];
-var parserTestsUpToDate = true;
 
 var exitUnexpected = new Error('unexpected failure');  // unique marker value
 
@@ -301,13 +300,6 @@
  * @return {Object}
  */
 ParserTests.prototype.getTests = function(argv) {
-       // double check that test file is up-to-date with upstream
-       var fetcher = require(__dirname + "/../tools/fetch-parserTests.txt.js");
-       if (!fetcher.isUpToDate()) {
-               parserTestsUpToDate = false;
-               console.warn("warn", "ParserTests.txt not up-to-date with 
upstream.");
-       }
-
        // Startup by loading .txt test file
        var testFile;
        try {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2a3730524ab76e105c8034dd9f3bac294497b4de
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Arlolra <abrea...@wikimedia.org>

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

Reply via email to