[Pkg-javascript-commits] [uglifyjs] 41/190: Fix tests

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Aug 7 23:17:11 UTC 2016


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

terceiro pushed a commit to annotated tag upstream/2.7.0
in repository uglifyjs.

commit 1940fb682c7f29d3d82913d0b58d542d034c2556
Author: Mihai Bazon <mihai.bazon at gmail.com>
Date:   Mon Oct 12 10:27:00 2015 +0300

    Fix tests
---
 test/run-tests.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/run-tests.js b/test/run-tests.js
index fc7476f..818a65e 100755
--- a/test/run-tests.js
+++ b/test/run-tests.js
@@ -190,7 +190,7 @@ function parse_test(file) {
 
 function make_code(ast, beautify) {
     if (arguments.length == 1) beautify = true;
-    var stream = U.OutputStream({ beautify: beautify });
+    var stream = U.OutputStream({ beautify: beautify, inline_script: true });
     ast.print(stream);
     return stream.get();
 }

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



More information about the Pkg-javascript-commits mailing list