diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2014-01-04 04:10:15 +0000 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-01-04 21:40:49 +0400 |
commit | c3bcc1e84f7f7f49de1fcd75e589ed4099bff2ea (patch) | |
tree | 3fd05798c427b52ca25a0b8be33e4ea5c50d5100 /tests/Main.hs | |
parent | bc732f562d82fcfacfff277c0e5c39c742eb2920 (diff) |
Test against rtorrent's dht server when enabled
Diffstat (limited to 'tests/Main.hs')
-rw-r--r-- | tests/Main.hs | 2 |
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 | ||
13 | clients :: [(String, String)] | 13 | clients :: [(String, String)] |
14 | clients = [ | 14 | clients = [ |
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 | ||
17 | main :: IO () | 17 | main :: IO () |
18 | main = do | 18 | main = do |