From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753061AbbI0Tph (ORCPT ); Sun, 27 Sep 2015 15:45:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40245 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752046AbbI0Tpg (ORCPT ); Sun, 27 Sep 2015 15:45:36 -0400 Date: Sun, 27 Sep 2015 21:45:29 +0200 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: Jiri Olsa , lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra Subject: Re: [PATCH 2/7] tools build: Add test for missing include Message-ID: <20150927194529.GB24007@krava.redhat.com> References: <1443004442-32660-1-git-send-email-jolsa@kernel.org> <1443004442-32660-3-git-send-email-jolsa@kernel.org> <20150925174347.GA6022@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150925174347.GA6022@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 25, 2015 at 02:43:47PM -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, Sep 23, 2015 at 12:33:57PM +0200, Jiri Olsa escreveu: > > The current build framework fails to cope with header file > > removal. The reason is the removed header file stays in the > > .cmd file target rule and force the build to fail. > > So, where is this test hooked up, is the way to test this to do: > > cd tools/build/tests/ > ./run.sh > less ex.out yep, ex.out is there only in case of error jirka