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

osamu pushed a commit to branch master
in repository devscripts.

commit 02a50a070be10807de498d70933f7a123e97566b
Author: Osamu Aoki <[email protected]>
Date:   Sun Sep 10 08:19:18 2017 +0900

    Makefile: Syntax check scripts before test runs
    
    Signed-off-by: Osamu Aoki <[email protected]>
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d693c41..c4c208a 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,9 @@ clean: clean_scripts clean_translated_manpages
 online-test:
        $(MAKE) -C test/ online-test
 
-test: test_test test_scripts
+test:
+       $(MAKE) test_scripts
+       $(MAKE) test_test
 
 test-installed:
        $(MAKE) -C test/ $@

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/collab-maint/devscripts.git

_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to