Skip to content

Commit 4786867

Browse files
committed
long_tests_19 should be based on long_tests_18
This should cause spec:regression19 and others to run on Travis.
1 parent 9d07c13 commit 4786867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/test.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace :test do
2222
short_tests_19 = short_tests_18.map {|test| test + "19"}
2323
short_tests = short_tests_18 + short_tests_19
2424
long_tests_18 = short_tests_18 + ['spec:ji', 'spec:compiler', 'spec:ffi', 'spec:regression']
25-
long_tests_19 = short_tests_18.map {|test| test + "19"}
25+
long_tests_19 = long_tests_18.map {|test| test + "19"}
2626
slow_tests = ['test:slow', 'test:objectspace', 'test:tracing']
2727
long_tests = long_tests_18 + long_tests_19 + slow_tests
2828
all_tests_18 = long_tests_18.map {|test| test + ':all'}

0 commit comments

Comments
 (0)