Skip to content

Commit cc64377

Browse files
authored
Update choosetests.jl
1 parent 59fcfdb commit cc64377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/choosetests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function choosetests(choices = [])
113113
requested_all = "all" in tests
114114
requested_default = "default" in tests
115115
if isempty(tests) || requested_all || requested_default
116-
append!(main_thing, TESTNAMES)
116+
append!(tests, TESTNAMES)
117117
end
118118
filter!(x -> x != "all", tests)
119119
filter!(x -> x != "default", tests)

0 commit comments

Comments
 (0)