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:
Arnold Iakab 2019-06-07 11:41:13 +00:00
Родитель 6d6979ad6a
Коммит 814461e367
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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:")