about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-12-18 13:31:22 +0000
committerArun Isaac2025-12-18 13:31:22 +0000
commit38dacb28f6cfde229eaf17d4fd937ad75e10f60e (patch)
tree935c96f737b24a47527b63330de87f1f396cd7c2
parented55cc032aacb46d82b2983818a1712a5e732e44 (diff)
downloadravanan-38dacb28f6cfde229eaf17d4fd937ad75e10f60e.tar.gz
ravanan-38dacb28f6cfde229eaf17d4fd937ad75e10f60e.tar.lz
ravanan-38dacb28f6cfde229eaf17d4fd937ad75e10f60e.zip
HACKING: Remove extra side-heading.
-rw-r--r--HACKING.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/HACKING.md b/HACKING.md
index 4d8b6fe..7df6d02 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -18,8 +18,6 @@ $(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
-
 When hacking on ravanan, you may be trying to get a specific test to pass, and may want to repeatedly run that specific test alone. You can do this by passing additional cwltest arguments. For example, to only run the `hello-world` test:
 ```
 $(guix build -L ../.guix -f ../.guix/e2e-tests.scm) -s hello-world