From f6083068cd51bbcf2ec119b6fce615da3c9923c8 Mon Sep 17 00:00:00 2001 From: Aurimas Vinckevicius Date: Tue, 28 Apr 2015 00:36:56 -0500 Subject: [PATCH] Fix display of pending tests --- test/content/runtests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/content/runtests.js b/test/content/runtests.js index b6c91b042..5b1cb57c9 100644 --- a/test/content/runtests.js +++ b/test/content/runtests.js @@ -105,7 +105,7 @@ function Reporter(runner) { }); runner.on('pending', function(test){ - dump(indent()+"pending -"+test.title); + dump("\r"+indent()+"pending -"+test.title+"\n"); }); runner.on('pass', function(test){