changeset 543:ce16a5dcf8b3

Pass `--no-loop` option to the `BuildSlave` (fixes #375, from the patch there - thanks!)
author dfraser
date Fri, 27 Mar 2009 10:43:12 +0000
parents cacf018eb190
children 20e10135f255
files bitten/slave.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
Copyright (C) 2012-2017 Edgewall Software