From: "Mike Gilbert" <floppym@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sandbox:stable-2.x commit in: tests/ Date: Wed, 08 Jan 2025 03:04:03 +0000 (UTC) [thread overview] Message-ID: <1736305418.bc08f469a9d147d4e31a6801af92c59126c41430.floppym@gentoo> (raw) commit: bc08f469a9d147d4e31a6801af92c59126c41430 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Wed Jan 8 03:03:38 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Jan 8 03:03:38 2025 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=bc08f469 tests: fix testsuite generation for out-of-source build Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> tests/local.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/local.mk b/tests/local.mk index 8bf5da5..1e2ea9e 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -142,8 +142,7 @@ 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_GEN)$(AUTOTEST) -I'$(top_srcdir)/%D%' -o $@.tmp $@.at $(AM_V_at)mv $@.tmp $@ $(TESTSUITE_LIST): $(AT_FILES)
WARNING: multiple messages have this Message-ID (diff)
From: "Mike Gilbert" <floppym@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sandbox:master commit in: tests/ Date: Tue, 14 Jan 2025 04:38:22 +0000 (UTC) [thread overview] Message-ID: <1736305418.bc08f469a9d147d4e31a6801af92c59126c41430.floppym@gentoo> (raw) Message-ID: <20250114043822.UrBADiTGhE4UB5zgYfg5ygft49zvAA206PwF46w_lfg@z> (raw) commit: bc08f469a9d147d4e31a6801af92c59126c41430 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Wed Jan 8 03:03:38 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Jan 8 03:03:38 2025 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=bc08f469 tests: fix testsuite generation for out-of-source build Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> tests/local.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/local.mk b/tests/local.mk index 8bf5da5..1e2ea9e 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -142,8 +142,7 @@ 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_GEN)$(AUTOTEST) -I'$(top_srcdir)/%D%' -o $@.tmp $@.at $(AM_V_at)mv $@.tmp $@ $(TESTSUITE_LIST): $(AT_FILES)
next reply other threads:[~2025-01-08 3:04 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-01-08 3:04 Mike Gilbert [this message] 2025-01-14 4:38 ` [gentoo-commits] proj/sandbox:master commit in: tests/ Mike Gilbert -- strict thread matches above, loose matches on Subject: below -- 2025-01-08 4:09 [gentoo-commits] proj/sandbox:stable-2.x " Mike Gilbert 2025-01-08 3:29 Mike Gilbert 2024-11-11 22:48 Sam James 2023-07-01 23:54 Mike Gilbert 2023-06-22 13:55 Mike Gilbert 2023-06-22 13:55 Mike Gilbert
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1736305418.bc08f469a9d147d4e31a6801af92c59126c41430.floppym@gentoo \ --to=floppym@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox