From 8da463b6c197a37d039de64b45e8d147d021498e Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Fri, 6 Feb 2015 10:06:57 +0100 Subject: [PATCH] Added back only stats and exitstatus. --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 1b673b8..02eea73 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -5,11 +5,11 @@ module TestKDtree using KDtree - #FactCheck.onlystats(true) + FactCheck.onlystats(true) include("test_knn.jl") include("test_query_ball.jl") - #FactCheck.exitstatus() + FactCheck.exitstatus() end #module