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 e0b165a commit e50a028Copy full SHA for e50a028
test/runtests.jl
@@ -17,7 +17,7 @@ using Test
17
Random.seed!(1) # Set seed that all testsets should reset to.
18
19
function include_test(path)
20
- print("Testing $path:\t") # print so TravisCI doesn't timeout due to no output
+ println("Testing $path:") # print so TravisCI doesn't timeout due to no output
21
@time include(path) # show basic timing, (this will print a newline at end)
22
end
23
0 commit comments