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.
basic
1 parent 08e8a0a commit a1d241dCopy full SHA for a1d241d
test/runtests.jl
@@ -7,12 +7,12 @@ using Test, IOCapture
7
println()
8
println("Showing the output of one test run:")
9
println("-"^80)
10
- c = IOCapture.capture(passthrough=true) do
+ c = IOCapture.capture(passthrough=true, color=true) do
11
runtests(["--verbose"])
12
end
13
14
15
- @test contains(c.output, r"basic .+ started at")
+ @test contains(c.output, r"basic.*started at")
16
@test contains(c.output, "SUCCESS")
17
18
0 commit comments