mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00: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
e7abc3e482
commit
e003bd96b1
@ -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…
x
Reference in New Issue
Block a user