Skip to content

Commit 3a0c9c5

Browse files
committed
JT: Abort early if no test files are found for MRI tests
1 parent 74f9814 commit 3a0c9c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/jt.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ def mri_test_name(test)
952952
private :mri_test_name
953953

954954
def run_mri_tests(extra_args, test_files, runner_args, run_options)
955+
abort "No test files! (probably filtered out by failing.exclude)" if test_files.empty?
955956
test_files = test_files.map { |file| mri_test_name(file) }
956957

957958
truffle_args = []

0 commit comments

Comments
 (0)