aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-04-30 15:44:25 +0200
committerLoïc Hoguin <[email protected]>2017-04-30 15:44:25 +0200
commitcc424b01f8b86de965bcc7e5b5e5560a6b7ea385 (patch)
tree822835777be2accef108f488aca1572793f55ff4 /Makefile
parent5c6e89aa8b5683428d4f39f02439cc98a5874ec0 (diff)
downloadgun-cc424b01f8b86de965bcc7e5b5e5560a6b7ea385.tar.gz
gun-cc424b01f8b86de965bcc7e5b5e5560a6b7ea385.tar.bz2
gun-cc424b01f8b86de965bcc7e5b5e5560a6b7ea385.zip
Fix the retry=0 case, add general gun test suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b984a07..3ad27f8 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PROJECT_VERSION = 1.0.0-pre.2
# Options.
PLT_APPS = ssl
-CT_OPTS += -pa test -ct_hooks gun_ct_hook [] -boot start_sasl
+CT_OPTS += -pa test -ct_hooks gun_ct_hook [] # -boot start_sasl
CI_OTP ?= OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.6
#CI_HIPE ?= $(lastword $(CI_OTP))