summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-28 09:22:47 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-10-28 09:36:16 +0100
commit26e177c8964e2fced75e8750f45667758b8aeb32 (patch)
treec5efdb03861e57ea784511c568cd5d685509fe0a /crawl-ref/source/test
parentf9337f212a3e5565d158dc0446e1bd74f1d84ba1 (diff)
downloadcrawl-ref-26e177c8964e2fced75e8750f45667758b8aeb32.tar.gz
crawl-ref-26e177c8964e2fced75e8750f45667758b8aeb32.zip
Vastly shorten test/big/abyss_shift.lua, enable it by default.
Although, it doesn't do anything stress tests wouldn't catch.
Diffstat (limited to 'crawl-ref/source/test')
-rw-r--r--crawl-ref/source/test/abyss_shift.lua (renamed from crawl-ref/source/test/big/abyss_shift.lua)2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/test/big/abyss_shift.lua b/crawl-ref/source/test/abyss_shift.lua
index 8cde2be732..b271e563ec 100644
--- a/crawl-ref/source/test/big/abyss_shift.lua
+++ b/crawl-ref/source/test/abyss_shift.lua
@@ -3,6 +3,6 @@ crawl.message("Testing abyssal shifts.")
debug.goto_place("Abyss")
test.regenerate_level()
-for i = 0, 10000 do
+for i = 0, 100 do
you.teleport_to(68, 5 + crawl.random2(50))
end