mirror of https://gitee.com/bigwinds/arangodb
Fix recovery suite to succeed in case of no tests
This commit is contained in:
parent
39fd27df06
commit
98ce26d092
|
@ -202,10 +202,10 @@ function recovery (options) {
|
|||
print(RED + 'No testcase matched the filter.' + RESET);
|
||||
return {
|
||||
ALLTESTS: {
|
||||
status: false,
|
||||
status: true,
|
||||
skipped: true
|
||||
},
|
||||
status: false
|
||||
status: true
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue