We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a995113 commit b6b3919Copy full SHA for b6b3919
test/runtests.jl
@@ -10,7 +10,7 @@ end
10
testsuite = find_tests(pwd())
11
12
if "--downstream_integration_test" in ARGS
13
- delete!(testsuite, "test_aqua.jl")
+ delete!(testsuite, "test_aqua")
14
end
15
16
filtered_args = filter(!=("--downstream_integration_test"), ARGS)
0 commit comments