From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3B50B1F461 for ; Wed, 10 Jul 2019 06:36:28 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=fxDDw RDECZevAndZUPOIwCWgcc7CXqyGmMaZVuJrLMMMQKi/JUslLAn9lsXVh2zTZEpNi yKSkYTJWyL+/neFKrTKJ181Tgh6y143/JQRj6R7YArNWUU4GjdUTcRFfyh9RrpN6 I+AX6GzQiHXka3BJ5BTyC8rIzpKibif3WVbNBs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=euy64aOWFqM 8TkKFW3wxpuwkrCk=; b=qSz3HrBXgl9G1yIkE+ucviqGbPaM5voiIbwlRzgFogq bSa8mYE6afSXgCK3z3eY94zJQuLwLDB7It4v2VpeQwco0YBUwjCXEIkk3mX1E+Yx ZQy5PNOa7L66G0lBJneLec3ELvHGPS2mHDMDuLGrjB3eaeTYe5IeK0WzaXyLcFis = Received: (qmail 12860 invoked by alias); 10 Jul 2019 06:36:26 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 12849 invoked by uid 89); 10 Jul 2019 06:36:25 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.redhat.com From: Florian Weimer To: Mao Han Cc: libc-alpha@sourceware.org, linux-csky@vger.kernel.org Subject: Re: [PATCH 1/1] locale/tst-locale-locpath: Fix arguments passing References: <7901d4ee7ba91c963a9a7c9365267552edad32f3.1562739903.git.han_mao@c-sky.com> Date: Wed, 10 Jul 2019 08:36:20 +0200 In-Reply-To: <7901d4ee7ba91c963a9a7c9365267552edad32f3.1562739903.git.han_mao@c-sky.com> (Mao Han's message of "Wed, 10 Jul 2019 14:26:34 +0800") Message-ID: <87wogqbdln.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain * Mao Han: > The arguments passed by Makefile are missing match with the arguments > taken by locale/tst-locale-locpath.sh. Without this patch > cross-test-ssh.sh will be called twice in a single command while > doing the make check test wish ssh test wrapper. > > * locale/Makefile: Fix tst-locale-locpath arguments passing. Still looks good. Thanks. Florian