diff options
author | kali <kali@leap.se> | 2012-08-09 02:08:39 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-09 02:18:16 +0900 |
commit | 28b6730601521cffa72c15e6d244f017f7c5b64a (patch) | |
tree | 17cd5a07175a4034becee96a14b55220c9e22236 | |
parent | bcefbb5fa47ef248c04488bb7b40b69abcf3b4af (diff) |
remove qt tests from main run (break deb pkg build)
-rwxr-xr-x | run_tests.sh | 6 |
1 files changed, 5 insertions, 1 deletions
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 |