1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 04:00:30 +02:00

tests: Fix system tests source path

Follow up to commit 12d00767f0

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
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Morgan Smith
2025-02-20 19:37:12 -05:00
committed by Maxim Cournoyer
parent 5a54335703
commit 8451e489bd

View File

@@ -74,7 +74,7 @@ instance."
"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