mirror of https://gitee.com/bigwinds/arangodb
Add timestamp to the output of testing.js before it starts rspec tests
This commit is contained in:
parent
dd87d775b5
commit
ad8948057e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue