From 7f9e97b16d1f1973174cdfa4e9f98c2ea7aebf4e Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Tue, 23 Sep 2014 22:04:04 -0700 Subject: [PATCH] Better test output --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a0654afb..92557d45f 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,5 @@ dbapi -p 3000 -d postgres://postgres:@localhost:5432/dbapi_test ### Running tests ```sh -cabal test +cabal test --show-details=always --test-options="--color" ```