[game-data-packager] 04/09: Run pyflakes before the actual testing

Simon McVittie smcv at debian.org
Thu Oct 1 10:16:50 UTC 2015


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

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

commit dfc99f7318ac30e40b71b05ada00b8298dd24dad
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Oct 1 08:21:07 2015 +0100

    Run pyflakes before the actual testing
    
    It's usually faster.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1c0eed7..20eacfd 100644
--- a/Makefile
+++ b/Makefile
@@ -82,8 +82,8 @@ clean:
 	for d in $(DIRS); do [ ! -d "$$d" ]  || rmdir "$$d"; done
 
 check:
-	LC_ALL=C GDP_UNINSTALLED=1 PYTHONPATH=. python3 tools/check_syntax.py
 	LC_ALL=C pyflakes3 game_data_packager/*.py game_data_packager/*/*.py runtime/*.py tools/*.py || :
+	LC_ALL=C GDP_UNINSTALLED=1 PYTHONPATH=. python3 tools/check_syntax.py
 
 # Requires additional setup, so not part of "make check"
 manual-check:

-- 
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