summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-05-24 01:28:36 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-05-24 01:32:23 +0200
commita68391059b37e1dd136ab89bf957c745df74745a (patch)
treefadb6f875e7208c1fea273fd784dcdeb172f885d /crawl-ref/source/test
parentce25248dbd0c198161cf2174a94d3b2e17d23921 (diff)
downloadcrawl-ref-a68391059b37e1dd136ab89bf957c745df74745a.tar.gz
crawl-ref-a68391059b37e1dd136ab89bf957c745df74745a.zip
Rename and document short Abyssal tests, to tell them from the main one.
Diffstat (limited to 'crawl-ref/source/test')
-rw-r--r--crawl-ref/source/test/stress/abyss_short_run.rc (renamed from crawl-ref/source/test/stress/abyssr.rc)6
-rw-r--r--crawl-ref/source/test/stress/abyss_short_wait.rc (renamed from crawl-ref/source/test/stress/abyssw.rc)4
-rwxr-xr-xcrawl-ref/source/test/stress/run4
3 files changed, 7 insertions, 7 deletions
diff --git a/crawl-ref/source/test/stress/abyssr.rc b/crawl-ref/source/test/stress/abyss_short_run.rc
index a8ebc84f5d..75c8bda800 100644
--- a/crawl-ref/source/test/stress/abyssr.rc
+++ b/crawl-ref/source/test/stress/abyss_short_run.rc
@@ -1,10 +1,10 @@
-# A timed through the Abyss.
+# A short timed walk through the Abyss.
#
-# Usage: ./crawl --no-save --rc test/stress/abyss.rc
+# Usage: ./crawl --no-save --rc test/stress/abyss_short_run.rc
#
# Wizmode is needed.
-name = Abyss_walker
+name = Abyss_runner
species = mu
background = be
# CK is slowed down by constant tension checks.
diff --git a/crawl-ref/source/test/stress/abyssw.rc b/crawl-ref/source/test/stress/abyss_short_wait.rc
index 9fb1a60803..bcef532a44 100644
--- a/crawl-ref/source/test/stress/abyssw.rc
+++ b/crawl-ref/source/test/stress/abyss_short_wait.rc
@@ -1,10 +1,10 @@
# Waiting only in the Abyss, no monsters.
#
-# Usage: ./crawl --no-save --rc test/stress/abyssw.rc
+# Usage: ./crawl --no-save --rc test/stress/abyss_short_wait.rc
#
# Wizmode is needed.
-name = Abyss_walker
+name = Abyss_waiter
species = mu
background = fi
weapon = mace
diff --git a/crawl-ref/source/test/stress/run b/crawl-ref/source/test/stress/run
index 44ee7e3373..b6ebda1841 100755
--- a/crawl-ref/source/test/stress/run
+++ b/crawl-ref/source/test/stress/run
@@ -28,10 +28,10 @@ run_one()
$CRAWL -arena 'kraken v spectral kraken arena:small_deep_pool delay:0 t:20'
;;
8|abyss_rest)
- $CRAWL -rc test/stress/abyssw.rc
+ $CRAWL -rc test/stress/abyss_short_wait.rc
;;
9|abyss_walk)
- $CRAWL -rc test/stress/abyssr.rc
+ $CRAWL -rc test/stress/abyss_short_run.rc
;;
test) # Not in "all".
$CRAWL -test