From 0d6f90a510245240b6c46d8c66455382b6f9b8ad Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 11 Nov 2015 11:42:15 +0100 Subject: debian/rules: View test's log file for better debugging of problems when built in clean chroots. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index e4f1b8c..5161526 100755 --- a/debian/rules +++ b/debian/rules @@ -86,6 +86,8 @@ dotestgtk2-%: env PYTHON=`which $*` \ dh_auto_test --builddirectory=build/gtk2 -- + # View test's log file for better debugging of problems when built in clean chroots. + if [ -e tests/test-suite.log ]; then cat tests/test-suite.log; fi override_dh_auto_clean: dh_auto_clean -- cgit v1.2.3