Skip to content

Commit

Permalink
Update choosetests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Nov 2, 2021
1 parent 59fcfdb commit cc64377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function choosetests(choices = [])
requested_all = "all" in tests
requested_default = "default" in tests
if isempty(tests) || requested_all || requested_default
append!(main_thing, TESTNAMES)
append!(tests, TESTNAMES)
end
filter!(x -> x != "all", tests)
filter!(x -> x != "default", tests)
Expand Down

0 comments on commit cc64377

Please sign in to comment.