From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMuFG-0001is-OR for qemu-devel@nongnu.org; Mon, 19 Jun 2017 06:49:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMuFB-0006kT-Vr for qemu-devel@nongnu.org; Mon, 19 Jun 2017 06:49:22 -0400 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:36507) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dMuFB-0006ir-Po for qemu-devel@nongnu.org; Mon, 19 Jun 2017 06:49:17 -0400 Received: by mail-wm0-x22f.google.com with SMTP id m125so75905419wmm.1 for ; Mon, 19 Jun 2017 03:49:17 -0700 (PDT) References: <20170616161334.7492-1-f4bug@amsat.org> <20170616161334.7492-3-f4bug@amsat.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20170616161334.7492-3-f4bug@amsat.org> Date: Mon, 19 Jun 2017 11:49:57 +0100 Message-ID: <877f08uu96.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 02/11] travis: split building/testing to have finer elapsed time List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Cc: qemu-devel@nongnu.org, Fam Zheng , Peter Maydell Philippe Mathieu-Daudé writes: > to check each step elapsed time on the travis output report. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée > --- > .travis.yml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/.travis.yml b/.travis.yml > index d21a2a3602..b2c69fdd59 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -65,7 +65,8 @@ before_install: > before_script: > - ./configure ${CONFIG} > script: > - - make -j${PARALLEL_JOBS} && ${TEST_CMD} > + - make -j${PARALLEL_JOBS} > + - test -z "${TEST_CMD}" || ${TEST_CMD} > matrix: > include: > # Test with CLang for compile portability -- Alex Bennée