aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 8b8ad11..1808b15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ build-curses-stamp:
--with-interface=ncurses \
--with-scitecodatadir=../share/sciteco
dh_auto_build -Bbuild-curses
- dh_auto_test -Bbuild-curses
+ dh_auto_test -Bbuild-curses --no-parallel
touch $@
# NOTE: This does not depend on install-curses-stamp and uses
@@ -57,7 +57,7 @@ build-gtk-stamp:
# we need an XServer which may be missing on the build server.
# That's why we use xvfb.
xvfb-run -a dh_auto_build -Bbuild-gtk
- xvfb-run -a dh_auto_test -Bbuild-gtk
+ xvfb-run -a dh_auto_test -Bbuild-gtk --no-parallel
touch $@
install: