summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
authorDan Davis <danizen@users.noreply.github.com>2019-02-13 13:59:44 -0500
committerTim Graham <timograham@gmail.com>2019-02-13 13:59:44 -0500
commit2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac (patch)
tree1f7507bfac4533ef651aa55a448e64f6ef94e19a /docs/topics/testing
parentf63811f4813f0e0439e140a97eeba18a5017e858 (diff)
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654) to avoid a crash when the user shell doesn't support non-ASCII characters.
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/overview.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt
index a0aab28d15..12efb381c7 100644
--- a/docs/topics/testing/overview.txt
+++ b/docs/topics/testing/overview.txt
@@ -279,7 +279,7 @@ When you run your tests, you'll see a number of messages as the test runner
prepares itself. You can control the level of detail of these messages with the
``verbosity`` option on the command line::
- Creating test database…
+ Creating test database...
Creating table myapp_animal
Creating table myapp_mineral