diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-04-23T15·16+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-04-23T15·16+0200 |
commit | f9974f856ec8aff848b157da7dbe0415ec50ab8f (patch) | |
tree | a4134583fbc64052956763c11ae233730f9dffde /tests/timeout.nix | |
parent | 6955d41f2be32c3bb857703c3e006e24d787d540 (diff) |
Show that --timeout doesn't work if the build produces log output
Diffstat (limited to 'tests/timeout.nix')
-rw-r--r-- | tests/timeout.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/timeout.nix b/tests/timeout.nix index dec258801e3f..b41368bb38e2 100644 --- a/tests/timeout.nix +++ b/tests/timeout.nix @@ -3,6 +3,4 @@ with import ./config.nix; mkDerivation { name = "timeout"; builder = ./timeout.builder.sh; - PATH = ""; - goodPath = path; } |