From ec6b506fe621aa4ca9c540338e8a8fb659c369b7 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 24 Nov 2025 01:26:52 +0000 Subject: HACKING: Mention that E2E tests must be run outside guix shell. --- HACKING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HACKING.md b/HACKING.md index 13250c7..1059e88 100644 --- a/HACKING.md +++ b/HACKING.md @@ -16,6 +16,7 @@ Then, build and run the tests. ``` $(guix build -L ../.guix -f ../.guix/e2e-tests.scm) ``` +Since ravanan depends on guix, and that guix may be too old, you may need to run this command outside the usual development environment. ## Run specific end-to-end test @@ -39,3 +40,4 @@ To run a specific test alone (say, the `wf_simple` test): ``` $(guix build -L ../.guix -f ../.guix/cwl-conformance.scm) -s wf_simple ``` +Since ravanan depends on guix, and that guix may be too old, you may need to run these commands outside the usual development environment. -- cgit 1.4.1