From 05024867d31311a2eae3f94eea45bb09befa982c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 11 Oct 2010 15:42:14 +0200 Subject: land-remote: Fix --fail-slowly. Autobuild-User: Jelmer Vernooij Autobuild-Date: Mon Oct 11 15:54:31 UTC 2010 on sn-devel-104 --- script/land-remote.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'script') diff --git a/script/land-remote.py b/script/land-remote.py index 93178b57aa..1009e6bd02 100755 --- a/script/land-remote.py +++ b/script/land-remote.py @@ -104,6 +104,8 @@ if opts.pushto: remote_args.append("--pushto=%s" % opts.pushto) if opts.push_master: remote_args.append("--push-master") +if opts.fail_slowly: + remote_args.append("--fail-slowly") remote_args += extra_args print "%s$ %s" % (opts.host, " ".join(remote_args)) -- cgit