logged output

This commit is contained in:
Jukka Aho
2015-07-08 23:47:29 +03:00
parent d879b4e85b
commit 0a79fb4f51
-2
View File
@@ -3,8 +3,6 @@ import Logging
include("badges.jl")
cd(dirname(@__FILE__)) do
# found easier way for this .. maybe
# Logging.configure(output=open("quality/unittests_report.rst", "w"))
include("../test/runtests.jl")
s = FactCheck.getstats()
make_badge("unittests", s["nSuccesses"], sum(values(s)), "badges/unittests-status.svg")