diff options
| author | Arun Isaac | 2025-11-24 01:26:52 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-24 01:33:30 +0000 |
| commit | ec6b506fe621aa4ca9c540338e8a8fb659c369b7 (patch) | |
| tree | 882d61decfb887eb3b2de340f7c129b014d8ccb6 | |
| parent | 124c5c51c24b0eacba891da9c6a2e4bc9eb1937a (diff) | |
| download | ravanan-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.md | 2 |
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. |
