about summary refs log tree commit diff
path: root/HACKING.md
diff options
context:
space:
mode:
authorArun Isaac2025-08-24 19:25:10 +0100
committerArun Isaac2025-08-24 19:25:10 +0100
commit5e6596ac7decbe88c03314e543efe1922edce13f (patch)
tree1ab35dd703d7b31021f09bca96b7e89c8e951cc1 /HACKING.md
parentc2c22bc3a215e2a0d57c976a9aa337df95297ba1 (diff)
downloadravanan-5e6596ac7decbe88c03314e543efe1922edce13f.tar.gz
ravanan-5e6596ac7decbe88c03314e543efe1922edce13f.tar.lz
ravanan-5e6596ac7decbe88c03314e543efe1922edce13f.zip
guix: Move end-to-end tests to separate file.
It's easier to build a file from the command-line, rather than an
expression.
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index e456242..85cb4d4 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -14,5 +14,5 @@ cd rundir
 ```
 Then, build and run the tests.
 ```
-$(guix build -L ../.guix -e '(@ (cwl-conformance) e2e-tests)')
+$(guix build -L ../.guix -f ../.guix/e2e-tests.scm)
 ```