about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-11-24 01:26:52 +0000
committerArun Isaac2025-11-24 01:33:30 +0000
commitec6b506fe621aa4ca9c540338e8a8fb659c369b7 (patch)
tree882d61decfb887eb3b2de340f7c129b014d8ccb6
parent124c5c51c24b0eacba891da9c6a2e4bc9eb1937a (diff)
downloadravanan-ec6b506fe621aa4ca9c540338e8a8fb659c369b7.tar.gz
ravanan-ec6b506fe621aa4ca9c540338e8a8fb659c369b7.tar.lz
ravanan-ec6b506fe621aa4ca9c540338e8a8fb659c369b7.zip
HACKING: Mention that E2E tests must be run outside guix shell.
-rw-r--r--HACKING.md2
1 files changed, 2 insertions, 0 deletions
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.