Return-Path: X-Original-To: apmail-subversion-dev-archive@minotaur.apache.org Delivered-To: apmail-subversion-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2F6018118 for ; Sun, 15 Nov 2015 21:03:37 +0000 (UTC) Received: (qmail 97968 invoked by uid 500); 15 Nov 2015 21:03:37 -0000 Delivered-To: apmail-subversion-dev-archive@subversion.apache.org Received: (qmail 97913 invoked by uid 500); 15 Nov 2015 21:03:37 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 97903 invoked by uid 99); 15 Nov 2015 21:03:37 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Nov 2015 21:03:37 +0000 Received: from mail-yk0-f170.google.com (mail-yk0-f170.google.com [209.85.160.170]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 483B01A0056 for ; Sun, 15 Nov 2015 21:03:37 +0000 (UTC) Received: by ykfs79 with SMTP id s79so211047032ykf.1 for ; Sun, 15 Nov 2015 13:03:35 -0800 (PST) X-Received: by 10.129.2.194 with SMTP id 185mr31259310ywc.331.1447621415297; Sun, 15 Nov 2015 13:03:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.31.191.196 with HTTP; Sun, 15 Nov 2015 13:03:16 -0800 (PST) In-Reply-To: <00a701d11ed8$8bc8b1d0$a35a1570$@qqmail.nl> References: <20151113104240.A90313A0AAD@svn01-us-west.apache.org> <00a701d11ed8$8bc8b1d0$a35a1570$@qqmail.nl> From: Julian Foad Date: Sun, 15 Nov 2015 21:03:16 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r1714181 - /subversion/branches/move-tracking-2/subversion/tests/cmdline/svntest/main.py To: Bert Huijben Cc: dev Content-Type: text/plain; charset=UTF-8 Bert Huijben wrote: > Julian Foad wrote: > > URL: http://svn.apache.org/viewvc?rev=1714181&view=rev [...] > > def run_svnmover(*varargs): > > """Run svnmover with VARARGS, returns exit code as int; stdout, stderr as > > list of lines (including line terminators). Use binary mode for output.""" > > - return run_command(svnmover_binary, 1, True, > > + return run_command(svnmover_binary, 1, False, > > *(_with_auth(_with_config_dir(varargs)))) > > You missed changing the comment here that documents that you explicitly use binary output. Thanks. Fixed in r1714499. - Julian