aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard van Velzen <rvanvelzen@experty.com>2015-07-29 15:24:45 +0200
committerRichard van Velzen <rvanvelzen@experty.com>2015-07-29 15:24:45 +0200
commitf8684f418a1801927fcdf9a205817fe07ff89720 (patch)
tree4b85fa2d93852dd5efa9b4edcb894ae993138d90
parent881bda7f59cd62f1123fafa2da817b8dc618c19f (diff)
downloadtracifyjs-f8684f418a1801927fcdf9a205817fe07ff89720.tar.gz
tracifyjs-f8684f418a1801927fcdf9a205817fe07ff89720.zip
Replace util.puts in run-tests with console.log
See d2dda34b2a8de310f26a26e58ed28275ba5ecc7f
-rwxr-xr-xtest/run-tests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-tests.js b/test/run-tests.js
index 215f6af8..d97e5cf1 100755
--- a/test/run-tests.js
+++ b/test/run-tests.js
@@ -31,7 +31,7 @@ function tmpl() {
function log() {
var txt = tmpl.apply(this, arguments);
- sys.puts(txt);
+ console.log("%s", txt);
}
function log_directory(dir) {