mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1101976 - fix start-at/end-at support because of odd test formats with mochitest-browser, r=ted
This commit is contained in:
parent
830fdd3d87
commit
2e979b5ae1
@ -80,6 +80,8 @@ function skipTests(tests, startTestPattern, endTestPattern) {
|
||||
var test_path;
|
||||
if ((tests[i] instanceof Object) && ('test' in tests[i])) {
|
||||
test_path = tests[i]['test']['url'];
|
||||
} else if ((tests[i] instanceof Object) && ('url' in tests[i])) {
|
||||
test_path = tests[i]['url'];
|
||||
} else {
|
||||
test_path = tests[i];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user