summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-08-09 02:08:39 +0900
committerkali <kali@leap.se>2012-08-09 02:08:39 +0900
commit90e53c5186f975e3c8b26f4cf8632e9c12984a6a (patch)
treed2a33ca7d5875d2f270b7b40064748dc8255492b
parentca5af1390603e9d6dddc25071ebc095ced62e527 (diff)
remove qt tests from main run (break deb pkg build)
-rwxr-xr-xrun_tests.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 9a28d2f..ebea30b 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