From 5e6596ac7decbe88c03314e543efe1922edce13f Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 24 Aug 2025 19:25:10 +0100 Subject: guix: Move end-to-end tests to separate file. It's easier to build a file from the command-line, rather than an expression. --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HACKING.md') 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) ``` -- cgit 1.4.1