Skip to content

Commit

Permalink
Fix typo in the release guide
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDaniel committed Dec 15, 2018
1 parent 203487f commit 41d2da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release_guide.pod
Expand Up @@ -271,7 +271,7 @@ C<make spectest> (you can abort it after the repository is retrieved).
make stresstest
(cd t/spec && git checkout 6.c-errata) # test stable language spec (6.c)
make stresstest
(cd t/spec && git checkout 6.d-errata) # test stable language spec (6.c)
(cd t/spec && git checkout 6.d-errata) # test stable language spec (6.d)
make stresstest

There are many tests to run for the stresstest target. If
Expand Down

0 comments on commit 41d2da0

Please sign in to comment.