We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695f964 commit 3510df4Copy full SHA for 3510df4
test/runtests.jl
@@ -3,8 +3,6 @@
3
using jlpkg, Test, Pkg, Pkg.TOML
4
5
const root = joinpath(dirname(dirname(pathof(jlpkg))))
6
-# --compile=yes required due to JuliaLang/julia#37059
7
-# --code_coverage=@ replaced with "user"
8
9
function coverage_arg_string()
10
cc = Base.JLOptions().code_coverage
@@ -15,12 +13,12 @@ function coverage_arg_string()
15
13
"@$(unsafe_string(Base.JLOptions().tracked_path))"
16
14
end
17
18
-
+
19
const test_cmd = ```$(Base.julia_cmd()) $(jlpkg.default_julia_flags)
20
--code-coverage=$(coverage_arg_string())
21
- --compile=yes
22
--color=no
23
$(joinpath(root, "src", "cli.jl"))```
24
const jlpkg_version = match(r"^version = \"(\d+.\d+.\d+)\"$"m,
25
read(joinpath(root, "Project.toml"), String)).captures[1]
26
0 commit comments