GNU bug report logs - #76450
[PATCH] tests: Fix system tests source path

Previous Next

Package: guix-patches;

Reported by: Morgan Smith <Morgan.J.Smith <at> outlook.com>

Date: Fri, 21 Feb 2025 00:43:02 UTC

Severity: normal

Tags: patch

Done: Morgan Smith <Morgan.J.Smith <at> outlook.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76450 in the body.
You can then email your comments to 76450 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to ludo <at> gnu.org, guix-patches <at> gnu.org:
bug#76450; Package guix-patches. (Fri, 21 Feb 2025 00:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Morgan Smith <Morgan.J.Smith <at> outlook.com>:
New bug report received and forwarded. Copy sent to ludo <at> gnu.org, guix-patches <at> gnu.org. (Fri, 21 Feb 2025 00:43:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
To: guix-patches <at> gnu.org
Cc: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Subject: [PATCH] tests: Fix system tests source path
Date: Thu, 20 Feb 2025 19:37:12 -0500
Follow up to commit 12d00767f036029f1f5738de644d4972db374f4f

That commit moved the manifests into a subdirectory but failed to update the
relative path.  That caused 'make check-system' to fail.

* etc/system-tests.scm (system-test-manifest): Set the source path to be the
root of the repository as it had been previously.

Change-Id: I68fb460861c4af080f5b14d1343d67b7e96109b0
---
 etc/manifests/system-tests.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/manifests/system-tests.scm b/etc/manifests/system-tests.scm
index 221a63bb7f..4e16c53dcf 100644
--- a/etc/manifests/system-tests.scm
+++ b/etc/manifests/system-tests.scm
@@ -74,7 +74,7 @@ (define (system-test-manifest)
   "Return a manifest containing all the system tests, or all those selected by
 the 'TESTS' environment variable."
   (define source
-    (string-append (current-source-directory) "/.."))
+    (string-append (current-source-directory) "/../.."))
 
   (define commit
     ;; Fetch the current commit ID so we can potentially build the same

base-commit: 959a88e6f426b274694d4bce83375707434656d2
-- 
2.48.1





bug closed, send any further explanations to 76450 <at> debbugs.gnu.org and Morgan Smith <Morgan.J.Smith <at> outlook.com> Request was from Morgan Smith <Morgan.J.Smith <at> outlook.com> to control <at> debbugs.gnu.org. (Sat, 22 Feb 2025 19:24:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 23 Mar 2025 11:24:41 GMT) Full text and rfc822 format available.

This bug report was last modified 89 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.