This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 4556d117c3708fff7b6ad19149cb267c4d487df1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Sep 23 16:39:30 2017 +0200 Makefile: Add check target (drop empty test target). --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a74382..f411be7 100755 --- a/Makefile +++ b/Makefile @@ -69,7 +69,8 @@ clean_arch: clean_indep: -test: +check: + python3 test.py install: mkdir -p "${DESTDIR}/var/lib/x2gobroker" \ -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git