From 3784c431e2832d6c7d12910470c8d457499c54ac Mon Sep 17 00:00:00 2001 From: Yiannis Tsiouris Date: Sun, 30 Dec 2012 17:36:44 +0200 Subject: [PATCH] Update name of test/htest in doc/devnotes.rst Update the docs after the rename of 'test/hs/test' to 'test/hs/htest'. This must have been forgotten in 3e16567e. Signed-off-by: Yiannis Tsiouris Signed-off-by: Iustin Pop Reviewed-by: Iustin Pop --- doc/devnotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devnotes.rst b/doc/devnotes.rst index 9ff55af78..67fc06938 100644 --- a/doc/devnotes.rst +++ b/doc/devnotes.rst @@ -180,7 +180,7 @@ For Python tests:: For Haskell tests:: - $ make test/hs/test && ./test/hs/test -t %pattern% + $ make test/hs/htest && ./test/hs/htest -t %pattern% Where ``pattern`` can be a simple test pattern (e.g. ``comma``, matching any test whose name contains ``comma``), a test pattern -- GitLab