1
0
Fork 0

Add timestamp to the output of testing.js before it starts rspec tests

This commit is contained in:
Wilfried Goesgens 2015-12-07 16:34:16 +01:00
parent dd87d775b5
commit ad8948057e
1 changed files with 1 additions and 1 deletions

View File

@ -1446,7 +1446,7 @@ function rubyTests (options, ssl) {
instanceInfo.exitStatus = "server is gone.";
continue;
}
print("\nTrying ",te,"...");
print("\n"+ Date() + " rspec Trying ",te,"...");
result[te] = executeAndWait(command, args);
if (result[te].status === false) {