[Pkg-javascript-commits] [less.js] 212/285: localhost is required for tests to pass...

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:23:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag v2.0.0
in repository less.js.

commit a49ed209fd8c44540a1b9de8fb60b9a6de9d6a3e
Author: Luke Page <luke.a.page at gmail.com>
Date:   Tue Oct 21 17:47:51 2014 +0100

    localhost is required for tests to pass...
---
 Gruntfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index 136a3d4..9966c5c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -234,7 +234,7 @@ module.exports = function (grunt) {
                     urls: ["post-processor", "global-vars", "modify-vars", "production", "rootpath-relative",
                            "rootpath", "relative-urls", "browser", "no-js-errors", "errors", "legacy"
                     ].map(function(testName) {
-                        return "http://127.0.0.1:8081/tmp/browser/test-runner-" + testName + ".html";
+                        return "http://localhost:8081/tmp/browser/test-runner-" + testName + ".html";
                     }),
                     testname: 'Sauce Unit Test for less.js',
                     browsers: [{

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git



More information about the Pkg-javascript-commits mailing list