aboutsummaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-05 18:38:32 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-05 18:38:32 +0200
commitf4610997a234cbfa02450a1f676877d3e3514066 (patch)
treef450d542593a295b2e2f5e4da80c1901d2fe8c1a /Tests
parent301d39f1a31f7bf091776d4132e18921020bfa4c (diff)
RunTests.m: Quieten test output
Diffstat (limited to 'Tests')
-rwxr-xr-xTests/RunTests.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunTests.m b/Tests/RunTests.m
index 99cae33..46fee00 100755
--- a/Tests/RunTests.m
+++ b/Tests/RunTests.m
@@ -18,6 +18,8 @@ Needs["Errors`"];
Needs["KrancThorn`"];
(* (\* Needs["Profile`"]; *\) *)
+SetDebugLevel[DebugQuiet];
+
tests = {
"Kranc"
};