зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1538722 Improve Raptor failure message when running a test not targeted for the current application/platform r=alexandru.irimovici
Differential Revision: https://phabricator.services.mozilla.com/D32434 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
6d6979ad6a
Коммит
814461e367
|
@ -1185,7 +1185,7 @@ def main(args=sys.argv[1:]):
|
|||
|
||||
# ensure we have at least one valid test to run
|
||||
if len(raptor_test_list) == 0:
|
||||
LOG.critical("abort: no tests found")
|
||||
LOG.critical("this test is not targeted for {}".format(args.app))
|
||||
sys.exit(1)
|
||||
|
||||
LOG.info("raptor tests scheduled to run:")
|
||||
|
|
Загрузка…
Ссылка в новой задаче