From patchwork Thu Nov 30 05:30:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oliver O'Halloran X-Patchwork-Id: 842881 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3ynQwN1RWKz9s9Y for ; Thu, 30 Nov 2017 16:30:28 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="BVQtBJKT"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3ynQwM6Z1vzDrq9 for ; Thu, 30 Nov 2017 16:30:27 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="BVQtBJKT"; dkim-atps=neutral X-Original-To: skiboot@lists.ozlabs.org Delivered-To: skiboot@lists.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:400e:c05::243; helo=mail-pg0-x243.google.com; envelope-from=oohall@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="BVQtBJKT"; dkim-atps=neutral Received: from mail-pg0-x243.google.com (mail-pg0-x243.google.com [IPv6:2607:f8b0:400e:c05::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3ynQwC698QzDrq3 for ; Thu, 30 Nov 2017 16:30:19 +1100 (AEDT) Received: by mail-pg0-x243.google.com with SMTP id b18so2562953pgv.10 for ; Wed, 29 Nov 2017 21:30:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=K5sbzKTjPg6GuU1AfRdM0f3axgrypZinQT7696teML0=; b=BVQtBJKTE3z90cnJUK53LZ+eR3M5quK8S0MXHkgm+ywaIledNgHhmOGt5HDm4Pi1dZ bFiJD3/k/EVngIlCd1UWrQfU1gH9cTuIPbFep48t6z34132kmf5mIE9dz3PvbDyWjT69 IKotghUdP/IuBipm2TlhspXllsplx/jx70foMlAxSVyxSJQXNCEfWwrY8ommYUjL4fJ/ CZeZUhhqtME/H2YFYHku8X7vPdbkfuxoFuC/F2jntwW5ZszhWZ5OVy6Tb1Fy61r3FDnG 5quGqyuxEQcrdUBYfyAA3ouTjcftF+2iLUHDwq4K70dKw+L5jw6DiFb+gX7ZEdEb2jp8 rmWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=K5sbzKTjPg6GuU1AfRdM0f3axgrypZinQT7696teML0=; b=HszUrJ2B1VFY2q5zgFWI5syd2Dw5Wtc2cZyhqU4acUmQkCNq0vmM2yXusqJLK8oT5w QnAn8zx4FUPxghZcEqmPhykaBDhVFld/TonIZ+DI/rAY4J3C6fYwdPPZ4dmPxd1vQ8TQ UhiGGc4H45JwJxF0wxDk3DJDOJG1y53S5kBP+KmJVsNb3jEI2VozTvUZKFbMIkdUnKPT Ue5YE6WekR0KFlzdvuSXVJbr/iKb1igA+8zpRLPOOKJgaiyfSzPpenBvpq1JxDLLMzQm 5QlSEQNyPFsK/MoyzoJgZ+EkgGlCIgDb0IOORlwemsijSFyD3kCnjz0SyPFcFJSWQbQN JyWg== X-Gm-Message-State: AJaThX4E6EzNXo56QRO7isCIav4fbxE3hQfv4CfdkyJKBXpcgBc2y19N nRsquEMPRebkUy4rajPRojKnzg== X-Google-Smtp-Source: AGs4zMaAbSki9F62nOG83lFMjY0EbZDsC/jJeuuAwoVtOpzKbNL3uyax0e0tw0GU4bqiptVv2Z86sA== X-Received: by 10.99.120.196 with SMTP id t187mr1249926pgc.285.1512019817567; Wed, 29 Nov 2017 21:30:17 -0800 (PST) Received: from flat-canetoad.ozlabs.ibm.com ([122.99.82.10]) by smtp.gmail.com with ESMTPSA id r13sm6210926pfl.157.2017.11.29.21.30.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Nov 2017 21:30:16 -0800 (PST) From: Oliver O'Halloran To: skiboot@lists.ozlabs.org Date: Thu, 30 Nov 2017 16:30:05 +1100 Message-Id: <20171130053005.21391-1-oohall@gmail.com> X-Mailer: git-send-email 2.9.5 Subject: [Skiboot] [PATCH] external/test: Print the name of each test X-BeenThere: skiboot@lists.ozlabs.org X-Mailman-Version: 2.1.24 Precedence: list List-Id: Mailing list for skiboot development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: skiboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Skiboot" Currently running 'make check' results in nothing but a message indicating that all tests passed. If a test runs in a wood and it doesn't make a sound, did it run at all? Signed-off-by: Oliver O'Halloran --- external/test/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/external/test/test.sh b/external/test/test.sh index 7a60c93280a7..c79a48648acb 100755 --- a/external/test/test.sh +++ b/external/test/test.sh @@ -91,6 +91,7 @@ run_tests() { for the_test in $all_tests; do export CUR_TEST=$(basename $the_test) export RESULT="$res_path/$CUR_TEST" + echo "running $the_test" . "$the_test"; R="$?"