From 28b6730601521cffa72c15e6d244f017f7c5b64a Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 9 Aug 2012 02:08:39 +0900 Subject: remove qt tests from main run (break deb pkg build) --- run_tests.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'run_tests.sh') diff --git a/run_tests.sh b/run_tests.sh index 9a28d2f0..ebea30b2 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -81,7 +81,11 @@ function run_pep8 { ${wrapper} pep8 ${pep8_opts} ${srcfiles} } -NOSETESTS="nosetests $noseopts $noseargs" +# XXX we cannot run tests that need X server +# in the current debhelper build process, +# so I exclude the topmost tests + +NOSETESTS="nosetests leap $noseopts $noseargs" if [ $never_venv -eq 0 ] then -- cgit v1.2.3