From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83EE515813A for ; Wed, 08 Jan 2025 04:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCA92E07D7; Wed, 08 Jan 2025 04:09:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C030E07D7 for ; Wed, 08 Jan 2025 04:09:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7648533FECD for ; Wed, 08 Jan 2025 04:09:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2CD5AED for ; Wed, 08 Jan 2025 04:09:24 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1736309309.9a224dc58838a40f9cde565bb52fd125ab002d49.floppym@gentoo> Subject: [gentoo-commits] proj/sandbox:stable-2.x commit in: tests/ X-VCS-Repository: proj/sandbox X-VCS-Files: tests/local.mk X-VCS-Directories: tests/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9a224dc58838a40f9cde565bb52fd125ab002d49 X-VCS-Branch: stable-2.x Date: Wed, 08 Jan 2025 04:09:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d7fd649-4f49-429a-96e5-b81e71ef02f7 X-Archives-Hash: 140dafcdb9a71425efa4425f568c201c commit: 9a224dc58838a40f9cde565bb52fd125ab002d49 Author: Mike Gilbert gentoo org> AuthorDate: Wed Jan 8 04:08:29 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jan 8 04:08:29 2025 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=9a224dc5 tests: fix testsuite generation for out-of-source build Signed-off-by: Mike Gilbert gentoo.org> tests/local.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/local.mk b/tests/local.mk index 8bf5da5..4f166cc 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -142,12 +142,12 @@ clean-local: TESTSUITE_LIST = $(top_srcdir)/%D%/testsuite.list.at AUTOTEST = $(AUTOM4TE) --language=autotest $(TESTSUITE): $(AT_FILES) $(TESTSUITE_LIST) - @$(MKDIR_P) $(top_srcdir)/%D% - $(AM_V_GEN)cd $(top_srcdir)/%D% && $(AUTOTEST) -I. -o testsuite.tmp testsuite.at - $(AM_V_at)mv $@.tmp $@ + @$(MKDIR_P) '$(top_srcdir)/%D%' + $(AM_V_GEN)$(AUTOTEST) -I'%D%' -I'$(top_srcdir)/%D%' -o '$@.tmp' '$@.at' + $(AM_V_at)mv '$@.tmp' '$@' $(TESTSUITE_LIST): $(AT_FILES) @$(MKDIR_P) $(top_srcdir)/%D% $(AM_V_GEN)( echo "dnl DO NOT EDIT: GENERATED BY MAKEFILE.AM"; \ $(GREP) -l -e '^SB_CHECK' -e '^AT_CHECK' $(AT_FILES) | LC_ALL=C sort | \ - $(SED) -e 's:^[^/]*/%D%/:sb_inc([:' -e 's:[.]at$$:]):' ) > $@ + $(SED) -e 's:^.*/%D%/:sb_inc([:' -e 's:[.]at$$:]):' ) > $@ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4458315813A for ; Tue, 14 Jan 2025 04:38:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EF39E082D; Tue, 14 Jan 2025 04:38:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 440E6E082D for ; Tue, 14 Jan 2025 04:38:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05111340943 for ; Tue, 14 Jan 2025 04:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D8C8217C for ; Tue, 14 Jan 2025 04:38:22 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1736309309.9a224dc58838a40f9cde565bb52fd125ab002d49.floppym@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: tests/ X-VCS-Repository: proj/sandbox X-VCS-Files: tests/local.mk X-VCS-Directories: tests/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9a224dc58838a40f9cde565bb52fd125ab002d49 X-VCS-Branch: master Date: Tue, 14 Jan 2025 04:38:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1db95163-bc51-403e-8182-deac060fff15 X-Archives-Hash: 2372e66bee46cc0f09d375a4b3fd627c Message-ID: <20250114043822.KsyH34KbQjgeRl-uxLWuYuaT7K10pmlxlTjlf1aiy_s@z> commit: 9a224dc58838a40f9cde565bb52fd125ab002d49 Author: Mike Gilbert gentoo org> AuthorDate: Wed Jan 8 04:08:29 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jan 8 04:08:29 2025 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=9a224dc5 tests: fix testsuite generation for out-of-source build Signed-off-by: Mike Gilbert gentoo.org> tests/local.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/local.mk b/tests/local.mk index 8bf5da5..4f166cc 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -142,12 +142,12 @@ clean-local: TESTSUITE_LIST = $(top_srcdir)/%D%/testsuite.list.at AUTOTEST = $(AUTOM4TE) --language=autotest $(TESTSUITE): $(AT_FILES) $(TESTSUITE_LIST) - @$(MKDIR_P) $(top_srcdir)/%D% - $(AM_V_GEN)cd $(top_srcdir)/%D% && $(AUTOTEST) -I. -o testsuite.tmp testsuite.at - $(AM_V_at)mv $@.tmp $@ + @$(MKDIR_P) '$(top_srcdir)/%D%' + $(AM_V_GEN)$(AUTOTEST) -I'%D%' -I'$(top_srcdir)/%D%' -o '$@.tmp' '$@.at' + $(AM_V_at)mv '$@.tmp' '$@' $(TESTSUITE_LIST): $(AT_FILES) @$(MKDIR_P) $(top_srcdir)/%D% $(AM_V_GEN)( echo "dnl DO NOT EDIT: GENERATED BY MAKEFILE.AM"; \ $(GREP) -l -e '^SB_CHECK' -e '^AT_CHECK' $(AT_FILES) | LC_ALL=C sort | \ - $(SED) -e 's:^[^/]*/%D%/:sb_inc([:' -e 's:[.]at$$:]):' ) > $@ + $(SED) -e 's:^.*/%D%/:sb_inc([:' -e 's:[.]at$$:]):' ) > $@