зеркало из https://github.com/mozilla/treeherder.git
Bug 1416870 - Remove duplicate options when calculating test name in test data chooser
E.g. there is no need to show "asan asan"
This commit is contained in:
Родитель
e54fcfcb30
Коммит
f957f49256
|
@ -19,7 +19,7 @@ treeherder.factory('PhSeries', ['$http', 'thServiceDomain', 'ThOptionCollectionM
|
|||
if (signatureProps.extra_options) {
|
||||
options = options.concat(signatureProps.extra_options);
|
||||
}
|
||||
return options;
|
||||
return _.uniq(options);
|
||||
};
|
||||
|
||||
var _getSeriesName = function (signatureProps, optionCollectionMap,
|
||||
|
|
Загрузка…
Ссылка в новой задаче