We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
downstream_integration_test
1 parent 1d0caa6 commit 2ebf47eCopy full SHA for 2ebf47e
2 files changed
test/Aqua.jl test/AquaTest.jltest/Aqua.jl renamed to test/AquaTest.jl
test/runtests.jl
@@ -18,8 +18,13 @@ end
18
# Start with autodiscovered tests
19
testsuite = find_tests(pwd())
20
21
+if "--downstream_integration_test" in ARGS
22
+ delete!(testsuite, "AquaTest")
23
+end
24
+filtered_args = filter(!=("--downstream_integration_test"), ARGS)
25
+
26
# Parse arguments
-args = parse_args(ARGS)
27
+args = parse_args(filtered_args)
28
29
if filter_tests!(testsuite, args)
30
delete!(testsuite, "testutils")
0 commit comments