summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-13 05:15:32 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-13 06:23:14 -0700
commitfe3c4d816cc8a53800246e96dff480bdf34dce4f (patch)
tree8a8dd3f47f930e8868bde77f726994c52dc95775 /crawl-ref/source
parente7353ab11c9f0501a7b52788be416b2290108102 (diff)
downloadcrawl-ref-fe3c4d816cc8a53800246e96dff480bdf34dce4f.tar.gz
crawl-ref-fe3c4d816cc8a53800246e96dff480bdf34dce4f.zip
acr.cc: suppress '--more--' prompt while running unit tests
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/acr.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 3b02f32750..b7071a0783 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -3508,6 +3508,7 @@ static bool _initialise(void)
if (crawl_state.test)
{
#ifdef DEBUG_DIAGNOSTICS
+ Options.show_more_prompt = false;
crawl_tests::run_tests(true);
// Superfluous, just to make it clear that this is the end of
// the line.