From d8e81a19de99c6784267d45843b8295b4e40fc7c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 3 Oct 2010 00:10:47 +0200 Subject: land-remote: Run remote land command unbuffered. --- script/land.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/land.py') diff --git a/script/land.py b/script/land.py index 632f844558..28769486e2 100755 --- a/script/land.py +++ b/script/land.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python -u # run tests on all Samba subprojects and push to a git tree on success # Copyright Andrew Tridgell 2010 # Copyright Jelmer Vernooij 2010 -- cgit