summaryrefslogtreecommitdiff
path: root/tests/Main.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2014-01-04 04:10:15 +0000
committerSam Truzjan <pxqr.sta@gmail.com>2014-01-04 21:40:49 +0400
commitc3bcc1e84f7f7f49de1fcd75e589ed4099bff2ea (patch)
tree3fd05798c427b52ca25a0b8be33e4ea5c50d5100 /tests/Main.hs
parentbc732f562d82fcfacfff277c0e5c39c742eb2920 (diff)
Test against rtorrent's dht server when enabled
Diffstat (limited to 'tests/Main.hs')
-rw-r--r--tests/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Main.hs b/tests/Main.hs
index 32ee3992..63281cf3 100644
--- a/tests/Main.hs
+++ b/tests/Main.hs
@@ -12,7 +12,7 @@ import Data.Functor
12 12
13clients :: [(String, String)] 13clients :: [(String, String)]
14clients = [ 14clients = [
15 ("rtorrent","rtorrent -p 51234-51234 testfile.torrent") ] 15 ("rtorrent","rtorrent -p 51234-51234 -O dht=on -O dht_port=6881 -O session=rtorrent-sessiondir testfile.torrent") ]
16 16
17main :: IO () 17main :: IO ()
18main = do 18main = do