[game-data-packager] 01/02: fix make manual-check

Alexandre Detiste detiste-guest at moszumanska.debian.org
Tue Sep 15 12:25:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit a32d088726a6ad470ae15cc1c67e9bc30c3b70bc
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Tue Sep 15 13:22:36 2015 +0200

    fix make manual-check
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6c2a97a..6d27ac9 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ manual-check:
 	install -d tmp/
 	for game in $(TEST_SUITE); do \
 	        GDP_MIRROR=$(GDP_MIRROR) GDP_UNINSTALLED=1 PYTHONPATH=. \
-		python3 -m game_data_packager -d ./tmp --no-search --no-compress $$game || exit $$?; \
+		python3 -m game_data_packager -d ./tmp --no-compress $$game --no-search || exit $$?; \
 	done
 	rm -fr tmp/
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list