about summary refs log tree commit diff
path: root/users/grfn/xanthous/test/Spec.hs
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/xanthous/test/Spec.hs')
-rw-r--r--users/grfn/xanthous/test/Spec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/xanthous/test/Spec.hs b/users/grfn/xanthous/test/Spec.hs
index dfecfbdd21..c8b0ef0079 100644
--- a/users/grfn/xanthous/test/Spec.hs
+++ b/users/grfn/xanthous/test/Spec.hs
@@ -26,7 +26,7 @@ import qualified Xanthous.UtilSpec
 --------------------------------------------------------------------------------
 
 main :: IO ()
-main = defaultMain test
+main = defaultMainWithRerun test
 
 test :: TestTree
 test = testGroup "Xanthous"