logged output

This commit is contained in:
Jukka Aho
2015-07-08 23:47:29 +03:00
parent 6e2e7b74a9
commit d561f5f75d
-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")