From 5d8b6e029eb7d3d1733d70dea2450890d2ac3f41 Mon Sep 17 00:00:00 2001 From: Steve Fink Date: Fri, 15 Dec 2017 21:40:35 -0800 Subject: [PATCH] Bug 1425635 - Display relative paths of failed tests in jit-test output, r=nbp --HG-- extra : rebase_source : 18bc2fb4fb09362ca87d1fd89cd954e6d800d6f7 extra : amend_source : 4d9432fe4f0377647ca7da81be94418c0d07b99c --- js/src/tests/lib/jittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/tests/lib/jittests.py b/js/src/tests/lib/jittests.py index e1ae442a5150..39fe6839666b 100755 --- a/js/src/tests/lib/jittests.py +++ b/js/src/tests/lib/jittests.py @@ -534,7 +534,7 @@ def print_test_summary(num_tests, failures, complete, doing, options): if options.show_failed: print(' ' + subprocess.list2cmdline(res.cmd)) else: - print(' ' + ' '.join(res.test.jitflags + [res.test.path])) + print(' ' + ' '.join(res.test.jitflags + [res.test.relpath_tests])) print('FAILURES:') for res in failures: