summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-12-09 12:08:13 +0100
committerDomen Kožar <domen@dev.si>2014-12-09 12:08:58 +0100
commit45ec582372207a7e9e79aeeee523a5466ec852ee (patch)
tree9498d6770076a603962f9da46c3102f1d97b1c2a /nixos
parent557114628ba8db5d949f10915046022e623fd6eb (diff)
downloadnixpkgs-45ec582372207a7e9e79aeeee523a5466ec852ee.tar
nixpkgs-45ec582372207a7e9e79aeeee523a5466ec852ee.tar.gz
nixpkgs-45ec582372207a7e9e79aeeee523a5466ec852ee.tar.bz2
nixpkgs-45ec582372207a7e9e79aeeee523a5466ec852ee.tar.lz
nixpkgs-45ec582372207a7e9e79aeeee523a5466ec852ee.tar.xz
nixpkgs-45ec582372207a7e9e79aeeee523a5466ec852ee.tar.zst
nixpkgs-45ec582372207a7e9e79aeeee523a5466ec852ee.zip
nixos.tests.bittorrent: mark torrent as private
Hopefully that resolves transient errors with DHT
such as http://hydra.nixos.org/build/17784957
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/bittorrent.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/bittorrent.nix b/nixos/tests/bittorrent.nix
index 3500ad8ccc3..0d0f00212a0 100644
--- a/nixos/tests/bittorrent.nix
+++ b/nixos/tests/bittorrent.nix
@@ -81,7 +81,7 @@ in
       # Create the torrent.
       $tracker->succeed("mkdir /tmp/data");
       $tracker->succeed("cp ${file} /tmp/data/test.tar.bz2");
-      $tracker->succeed("transmission-create /tmp/data/test.tar.bz2 -t http://${(pkgs.lib.head nodes.tracker.config.networking.interfaces.eth1.ip4).address}:6969/announce -o /tmp/test.torrent");
+      $tracker->succeed("transmission-create /tmp/data/test.tar.bz2 -p -t http://${(pkgs.lib.head nodes.tracker.config.networking.interfaces.eth1.ip4).address}:6969/announce -o /tmp/test.torrent");
       $tracker->succeed("chmod 644 /tmp/test.torrent");
 
       # Start the tracker.  !!! use a less crappy tracker