This is an automated email from the git hooks/post-receive script. rafael pushed a commit to branch master in repository praat.
commit 6088f2cbbacfdc8f09b549ad60ec54f195f23e98 Author: Rafael Laboissiere <[email protected]> Date: Tue Oct 3 16:44:28 2017 -0300 d/rules: Exercice the autopkgtest scripts in dh_auto_test --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/rules b/debian/rules index 3e71af3..56ca3ea 100755 --- a/debian/rules +++ b/debian/rules @@ -80,5 +80,11 @@ override_dh_auto_install: dh_installchangelogs debian/What_s_new_.html dh_auto_install -- INSTALL= +override_dh_auto_test: + @for i in $$(find debian/tests/script/ -type f) ; do \ + echo -n "Checking $$i... " ; \ + ./praat_nogui --run $$i && echo done ; \ + done + get-orig-source: uscan --verbose --force-download --repack-compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
