diff options
author | Xavier Denis <xldenis@gmail.com> | 2020-02-13 17:52:09 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-29 05:07:50 -0500 |
commit | a999ee96a22650b59855609f84e2808b4133e9e0 (patch) | |
tree | af6a76a019dab2f9b8d6428bedcf55d95d1e2e5e /hadrian/doc/testsuite.md | |
parent | 99d2de860ff82e3f626c8b3d47d355ab16d18fd1 (diff) | |
download | haskell-a999ee96a22650b59855609f84e2808b4133e9e0.tar.gz |
Rename ghci.sh and build.sh to ghci and build respectively
Convert hadrian buildscripts to unsuffixed, dashed form
final cleanups
Diffstat (limited to 'hadrian/doc/testsuite.md')
-rw-r--r-- | hadrian/doc/testsuite.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/doc/testsuite.md b/hadrian/doc/testsuite.md index 65202dc038..ed1205ec0f 100644 --- a/hadrian/doc/testsuite.md +++ b/hadrian/doc/testsuite.md @@ -6,7 +6,7 @@ The simplest way to run the testsuite is ``` sh # assuming 'build' is the build script you're using -# (hadrian/build.sh, hadrian/build.bat, ...) +# (hadrian/build, hadrian/build.bat, ...) build test ``` |