public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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:29:30 +0000 (UTC)	[thread overview]
Message-ID: <1736306559.f0c2f2fddb668c78d3204bd6dcf212d784351584.floppym@gentoo> (raw)

commit:     f0c2f2fddb668c78d3204bd6dcf212d784351584
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  8 03:22:39 2025 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jan  8 03:22:39 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=f0c2f2fd

Revert "tests: fix testsuite generation for out-of-source build"

Reverts: bc08f469a9d147d4e31a6801af92c59126c41430
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 tests/local.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/local.mk b/tests/local.mk
index 1e2ea9e..8bf5da5 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -142,7 +142,8 @@ clean-local:
 TESTSUITE_LIST = $(top_srcdir)/%D%/testsuite.list.at
 AUTOTEST = $(AUTOM4TE) --language=autotest
 $(TESTSUITE): $(AT_FILES) $(TESTSUITE_LIST)
-	$(AM_V_GEN)$(AUTOTEST) -I'$(top_srcdir)/%D%' -o $@.tmp $@.at
+	@$(MKDIR_P) $(top_srcdir)/%D%
+	$(AM_V_GEN)cd $(top_srcdir)/%D% && $(AUTOTEST) -I. -o testsuite.tmp testsuite.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: <1736306559.f0c2f2fddb668c78d3204bd6dcf212d784351584.floppym@gentoo> (raw)
Message-ID: <20250114043822.feyEplkCBzwdMtUEkVMWUkAgFD0S832kscsH35Wm1LE@z> (raw)

commit:     f0c2f2fddb668c78d3204bd6dcf212d784351584
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  8 03:22:39 2025 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jan  8 03:22:39 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=f0c2f2fd

Revert "tests: fix testsuite generation for out-of-source build"

Reverts: bc08f469a9d147d4e31a6801af92c59126c41430
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 tests/local.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/local.mk b/tests/local.mk
index 1e2ea9e..8bf5da5 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -142,7 +142,8 @@ clean-local:
 TESTSUITE_LIST = $(top_srcdir)/%D%/testsuite.list.at
 AUTOTEST = $(AUTOM4TE) --language=autotest
 $(TESTSUITE): $(AT_FILES) $(TESTSUITE_LIST)
-	$(AM_V_GEN)$(AUTOTEST) -I'$(top_srcdir)/%D%' -o $@.tmp $@.at
+	@$(MKDIR_P) $(top_srcdir)/%D%
+	$(AM_V_GEN)cd $(top_srcdir)/%D% && $(AUTOTEST) -I. -o testsuite.tmp testsuite.at
 	$(AM_V_at)mv $@.tmp $@
 
 $(TESTSUITE_LIST): $(AT_FILES)


             reply	other threads:[~2025-01-08  3:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-08  3:29 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:04 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=1736306559.f0c2f2fddb668c78d3204bd6dcf212d784351584.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: link
Be 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