From fef6f5c0a5fb367a3e36a0b66ca2175218e35b02 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Wed, 18 Sep 2013 11:25:55 +0100 Subject: [PATCH] Use compiled mocha-phantomjs.js instead of CoffeScript --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index e8ecd57fe4..40b879849b 100755 --- a/build.py +++ b/build.py @@ -707,7 +707,7 @@ virtual('test-deps', INTERNAL_SRC, PROJ4JS, 'build/test/requireall.js') @target('test', 'test-deps', phony=True) def test(t): - t.run('%(PHANTOMJS)s', 'test/mocha-phantomjs.coffee', 'test/ol.html') + t.run('%(PHANTOMJS)s', 'test/mocha-phantomjs.js', 'test/ol.html') @target('fixme', phony=True)