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:
committed by
Maxim Cournoyer
parent
5a54335703
commit
8451e489bd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user