aboutsummaryrefslogtreecommitdiff
path: root/tests.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-10-31 15:24:19 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-10-31 15:24:19 +0000
commit9b5fc3d626af6091f315a589c8b1f4c5673d8c6c (patch)
tree0b83488c418c309e8f4b78ceef11e23cef269cac /tests.el
parent6acf758f9c8fed28616a2ad61b2959121522a47d (diff)
Add debug-on-error to tests
Diffstat (limited to 'tests.el')
-rw-r--r--tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.el b/tests.el
index 26673c3..0c2af0f 100644
--- a/tests.el
+++ b/tests.el
@@ -6,6 +6,7 @@
(unintern symbol)))))
;;; Tests
+(setq debug-on-error t)
(require 'stack-core)
(require 'stack-question)