summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMorgan Smith <[email protected]>2025-02-20 19:37:12 -0500
committerMaxim Cournoyer <[email protected]>2025-02-22 23:55:24 +0900
commit8451e489bddf348abc042601308cd12d3416f841 (patch)
treee43d5653c369b52535c30721d3464dd4dff9413d /etc
parent5a5433570368c165ded47ece7e195060793cd4ca (diff)
tests: Fix system tests source path
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 Signed-off-by: Maxim Cournoyer <[email protected]>
Diffstat (limited to 'etc')
-rw-r--r--etc/manifests/system-tests.scm2
1 files changed, 1 insertions, 1 deletions
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 @@ 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