Prevent game from uttering solecisms about the "floor" when outside.
[open-adventure.git] / tests / Makefile
index b364432475082e487d58b2af6b27bd81cd09a4e5..c93f6bbeb49d190b2b0f1ba36d38d0fbf4909463 100644 (file)
@@ -26,7 +26,7 @@ check: savecheck regress
 coverage: check
        lcov -t "advent" -o ../advent.info -c -d .. --gcov-tool=$(GCOV)
        genhtml -o ../coverage/ ../advent.info
-       python3 coverage_dungeon.py
+       ./coverage_dungeon.py
 
 .SUFFIXES: .chk
 
@@ -77,7 +77,7 @@ savecheck: savegames
        @../cheat -o / 2> /tmp/coverage_cheat_badoutput | true
        @$(ECHO) "TEST advent: Start with invalid file with -r"
        @advent -r /badfilename < pitfall.log > /tmp/coverage_advent_readfail 2>&1 || exit 1
-       @$(ECHO) "TEST advent: Start with invalid file with -r"
+       @$(ECHO) "TEST advent: Start with invalid file with -l"
        @advent -l / < pitfall.log > /tmp/coverage_advent_logfail 2>&1 || exit 1
        @$(ECHO) "TEST advent: Test -r with valid input"
        @advent -r thousand_saves.adv < pitfall.log > /tmp/coverage_advent_readfail 2>&1 || exit 1