aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-16 22:51:57 +0100
committerLoïc Hoguin <[email protected]>2017-11-16 22:51:57 +0100
commit48631aea66c06b5706fb56d3e24f284347ac469d (patch)
treea7e291181cc975299c1fc3da00ff72c05d78fe41 /ebin
parentc9f004c62c1edfad5ac7b6f68ba33b574f330921 (diff)
downloadranch-48631aea66c06b5706fb56d3e24f284347ac469d.tar.gz
ranch-48631aea66c06b5706fb56d3e24f284347ac469d.tar.bz2
ranch-48631aea66c06b5706fb56d3e24f284347ac469d.zip
Disable tests that use tracing when +native is used
Diffstat (limited to 'ebin')
-rw-r--r--ebin/ranch.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/ranch.app b/ebin/ranch.app
index d41d60a..360dfa7 100644
--- a/ebin/ranch.app
+++ b/ebin/ranch.app
@@ -1,4 +1,4 @@
-{application, ranch, [
+{application, 'ranch', [
{description, "Socket acceptor pool for TCP protocols."},
{vsn, "1.4.0"},
{modules, ['ranch','ranch_acceptor','ranch_acceptors_sup','ranch_app','ranch_conns_sup','ranch_listener_sup','ranch_protocol','ranch_server','ranch_ssl','ranch_sup','ranch_tcp','ranch_transport']},