diff options
author | Antonin Kral <a.kral@bobek.cz> | 2011-12-15 09:35:47 +0100 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2011-12-15 09:35:47 +0100 |
commit | f0d9a01bccdaeb466c12c92057914bbfef59526c (patch) | |
tree | 7679efa1f0daf7d1d906882a15dc77af6b7aef32 /shell/utils.js | |
parent | 5d342a758c6095b4d30aba0750b54f13b8916f51 (diff) | |
download | mongodb-f0d9a01bccdaeb466c12c92057914bbfef59526c.tar.gz |
Imported Upstream version 2.0.2
Diffstat (limited to 'shell/utils.js')
-rw-r--r-- | shell/utils.js | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |