mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
I'm so stupid...
This commit is contained in:
parent
401243e9b0
commit
600d428ec2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
|||
var testResult = knownConsoleText.replace(/\[red\]/g,'\x1B[31m').replace(/\[yellow\]/g,'\x1B[33m')
|
||||
.replace(/\[green\]/g,'\x1B[32m').replace(/\[clear\]/g, '\x1B[39m');
|
||||
testResult = testResult.split("\n").map(function(line){
|
||||
var newLine = "[" + testSettings.browserName + (testSettings.version === "" ? '' : (" " + testSettings.version)) + "] ";
|
||||
return "[" + testSettings.browserName + (testSettings.version === "" ? '' : (" " + testSettings.version)) + "] " + line;
|
||||
}).join("\n");
|
||||
|
||||
console.log(testResult);
|
||||
|
|
Loading…
Reference in a new issue