From f0d9a01bccdaeb466c12c92057914bbfef59526c Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Thu, 15 Dec 2011 09:35:47 +0100 Subject: Imported Upstream version 2.0.2 --- shell/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/utils.js') diff --git a/shell/utils.js b/shell/utils.js index 8380607..7d7a23b 100644 --- a/shell/utils.js +++ b/shell/utils.js @@ -1000,8 +1000,8 @@ jsTestOptions = function(){ return {} } -testLog = function(x){ - print( jsTestFile() + " - " + x ) +jsTestLog = function(msg){ + print( "\n\n----\n" + msg + "\n----\n\n" ) } shellPrintHelper = function (x) { -- cgit v1.2.3