# HG changeset patch # User dfraser # Date 1238150592 0 # Node ID ce16a5dcf8b35fa5e04270bafb763a18f9d7124f # Parent cacf018eb190f3bdae46957f3a55b66f15cd30e5 Pass `--no-loop` option to the `BuildSlave` (fixes #375, from the patch there - thanks!) diff --git a/bitten/slave.py b/bitten/slave.py --- a/bitten/slave.py +++ b/bitten/slave.py @@ -399,6 +399,7 @@ build_dir=options.build_dir, keep_files=options.keep_files, single_build=options.single_build, + no_loop=options.no_loop, poll_interval=options.interval, username=options.username, password=options.password, dump_reports=options.dump_reports)