From patchwork Tue Oct 11 16:16:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 77494 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp75324qge; Tue, 11 Oct 2016 09:18:56 -0700 (PDT) X-Received: by 10.55.177.5 with SMTP id a5mr3877235qkf.153.1476202736164; Tue, 11 Oct 2016 09:18:56 -0700 (PDT) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id q2si1799428qkh.81.2016.10.11.09.18.56 for (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 11 Oct 2016 09:18:56 -0700 (PDT) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; dkim=fail header.i=@linaro.org; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from localhost ([::1]:56843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btzlX-0002Sf-Hf for patch@linaro.org; Tue, 11 Oct 2016 12:18:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btzjO-0001cI-U5 for qemu-devel@nongnu.org; Tue, 11 Oct 2016 12:16:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btzjM-0001vC-5x for qemu-devel@nongnu.org; Tue, 11 Oct 2016 12:16:41 -0400 Received: from mail-lf0-x22a.google.com ([2a00:1450:4010:c07::22a]:34060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btzjL-0001uq-U6 for qemu-devel@nongnu.org; Tue, 11 Oct 2016 12:16:40 -0400 Received: by mail-lf0-x22a.google.com with SMTP id b81so47806166lfe.1 for ; Tue, 11 Oct 2016 09:16:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=cUlX1r7Vc6L4yJdoT+Zsjin6r4wZjNrCUVjgSoV76hY=; b=ed6uCIaz3c0gL9A8xk4JJf/TfoEAeCIZsnX6TXvbPt5XSkvIWuReIJwX9y9TPZ1+t3 5zQ/4atAWZceoQA0w6X5KjkFMzYDcNDMdRdIzQQVutfXK/aQpjo6PR1NV+lhZOOGSwNf 07bMW14IzyS1WKlDH7/wVL+Et13WLsj2zkjRE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=cUlX1r7Vc6L4yJdoT+Zsjin6r4wZjNrCUVjgSoV76hY=; b=gFrRh+yxlqo0kJhgAEWC0qnpaSKw2ETh2Cvb12b7+b+8G1PCDRGBVhBlEKF+y2rSkf /h/8IUhfOPd8LCg4hf70gzfKuwzWMQMeytHleMBzKyTSjl6F3ISp3zkoPulv8S1lqp07 j7vGUTo4G8CiSyhpk4kgfzm5OVfLo0KEFbRpqQiK5v89sAGlszZkpgBLKRKfI29StS6n z9QiIiY9WvWDUOdj/W1dHRXVwjmRiwelZmMmyB1pqMVH7+rtW0T0iFh0FKiynobTVIVH uZOn0e09HkYobxSG0I9MNKDyPSlF3Z5C0xWCSk1gP5mOV6rBb+0Gb19FPQHNNEROnid7 xlPA== X-Gm-Message-State: AA6/9Rmg3ebOBhvXnzPa7cJXDXo0dI5YUHiGmWLC+0yCZhkXFXKVjI39C3esc8BUAkuIxmHl X-Received: by 10.194.89.104 with SMTP id bn8mr5930664wjb.132.1476202598722; Tue, 11 Oct 2016 09:16:38 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id f2sm7610115wjr.2.2016.10.11.09.16.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Oct 2016 09:16:37 -0700 (PDT) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id 764443E055E; Tue, 11 Oct 2016 17:16:36 +0100 (BST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: famz@redhat.com Date: Tue, 11 Oct 2016 17:16:23 +0100 Message-Id: <20161011161625.9070-4-alex.bennee@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161011161625.9070-1-alex.bennee@linaro.org> References: <20161011161625.9070-1-alex.bennee@linaro.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c07::22a Subject: [Qemu-devel] [PATCH v3 3/5] tests/docker: make test-mingw honour TARGET_LIST X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: "Qemu-devel" The other builders honour this variable, so should the mingw build. Signed-off-by: Alex Bennée --- tests/docker/test-mingw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.9.3 diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw index 3396876..2adadcb 100755 --- a/tests/docker/test-mingw +++ b/tests/docker/test-mingw @@ -16,9 +16,10 @@ requires mingw dtc cd "$BUILD_DIR" +DEF_TARGET_LIST="x86_64-softmmu,aarch64-softmmu" for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do - TARGET_LIST=x86_64-softmmu,aarch64-softmmu \ + TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \ build_qemu --cross-prefix=$prefix \ --enable-trace-backends=simple \ --enable-debug \