From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id U/7BM0N5smWIogcAWB0awg (envelope-from ) for ; Thu, 25 Jan 2024 10:07:47 -0500 Authentication-Results: simark.ca; dkim=pass (2048-bit key; unprotected) header.d=lists.lttng.org header.i=@lists.lttng.org header.a=rsa-sha256 header.s=default header.b=HLZA9cNv; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id C1D701E0C3; Thu, 25 Jan 2024 10:07:47 -0500 (EST) Received: from lists.lttng.org (lists.lttng.org [167.114.26.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 661871E092 for ; Thu, 25 Jan 2024 10:07:45 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1706195264; bh=MSl+77gccac9nD0j2Z111uhauMJ9wXALOHvn5Rlp8OA=; h=To:In-Reply-To:References:Date:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=HLZA9cNv1sNuytAiXyNh/c6HsfJSuLGCb3PaxlA66/nmTdM9pDbORu7mbUi3+zTIP q/N7acaMum/zMCjmhdSbRNv06xasw1KnroHluxal7Oj9Z1EmQxOQHq8SDWtKlOpoXJ DfWbNzzHjptCAypgq1/Nwd+Ud6rz83+BWSw5RO0349DkHC1hx/S0truCdH5HNmofYB zdTbIa1zDYY32Ujq4taeJutiXKq7p9h4E5VYnjG4mj4skEv4nAOv+QYZ91I6y9etuZ pnEXhFnDlXztJDEFoB+J09Q3VjaVTStfJOB7XjcML4+R/ZmiQ1exAu1z8mrGsmZ6/Y D6qaLV3VbVB9A== Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4TLPMN2cQwz1lqb; Thu, 25 Jan 2024 10:07:44 -0500 (EST) Received: from smtpout.efficios.com (smtpout.efficios.com [IPv6:2607:5300:203:b2ee::31e5]) by lists.lttng.org (Postfix) with ESMTPS id 4TLPML655gz1lxC for ; Thu, 25 Jan 2024 10:07:42 -0500 (EST) Received: from localhost (unknown [209.209.33.206]) by smtpout.efficios.com (Postfix) with ESMTPSA id 4TLPML0JVhzVMP; Thu, 25 Jan 2024 10:07:42 -0500 (EST) To: Xiangyu Chen , lttng-dev@lists.lttng.org In-Reply-To: <20240125093028.1883839-1-xiangyu.chen@eng.windriver.com> Organization: EfficiOS References: <20240125093028.1883839-1-xiangyu.chen@eng.windriver.com> Date: Thu, 25 Jan 2024 10:07:41 -0500 Message-ID: <87bk99sb7m.fsf@laura> MIME-Version: 1.0 Subject: Re: [lttng-dev] [PATCH v7 lttng-tools] tests: add check_skip_kernel_test to check root user and lttng kernel modules X-BeenThere: lttng-dev@lists.lttng.org X-Mailman-Version: 2.1.39 Precedence: list List-Id: LTTng development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Olivier Dion via lttng-dev Reply-To: Olivier Dion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" On Thu, 25 Jan 2024, Xiangyu Chen via lttng-dev wrote: [...] > Add LTTNG_TOOLS_DISABLE_KERNEL_TESTS to skip the lttng kernel > features test, this flag can be set via "make": Is there a reason for this to be passed as a make flags instead of a configuration option like `--disable-kernel-tests'? -- Olivier Dion EfficiOS Inc. https://www.efficios.com _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev