mirror of https://gitee.com/bigwinds/arangodb
reduce lines in output
This commit is contained in:
parent
0ec9dd444c
commit
6abef15252
|
@ -150,8 +150,7 @@ function performTests (options, testList, testname, runFn, serverOptions, startS
|
|||
|
||||
while (first || options.loopEternal) {
|
||||
if (!continueTesting) {
|
||||
print('oops!');
|
||||
print('Skipping, ' + te + ' server is gone.');
|
||||
print('oops! Skipping, ' + te + ' server is gone.');
|
||||
|
||||
results[te] = {
|
||||
status: false,
|
||||
|
|
Loading…
Reference in New Issue