summaryrefslogtreecommitdiff
path: root/test/check.erl
diff options
context:
space:
mode:
authorJosef Gustafsson <josef.gson@gmail.com>2015-09-04 12:18:19 +0200
committerJosef Gustafsson <josef.gson@gmail.com>2015-09-04 12:18:19 +0200
commitd1a2f978fb626c904fb1278c792d992ec4563acf (patch)
treee0ae1a38f9d4fc4c14b433222bff70e64bb1ac83 /test/check.erl
parent4596485adffb636c014362bc982ee0b952c77f26 (diff)
stripping away everything except what is necessary for nagiosnagios
Diffstat (limited to 'test/check.erl')
-rwxr-xr-xtest/check.erl11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/check.erl b/test/check.erl
deleted file mode 100755
index b538346..0000000
--- a/test/check.erl
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /usr/bin/env escript
-%% -*- erlang -*- mode
-%%! -pa ebin -pa ../lager/ebin -pa ../lager/deps/goldrush/ebin -pa ../mochiweb/ebin -config test/config/check.config
-
-%% To enable logging, pass `-s lager' by adding it to the line above.
-%% Tweak the amount of logging by changing `lager_console_backend' in
-%% config/check.config.
-
-main(_) ->
- ok = x509:test(),
- ok = catlfish:test().