[neon/extras/qca2/Neon/stable] debian: Revert "rules: try to disable parallel tests"

Pino Toscano null at kde.org
Tue Dec 13 14:39:26 GMT 2022


Git commit 9b8f93b53783a4af98ceacd7d4a02193fdb64a55 by Pino Toscano.
Committed on 22/10/2022 at 13:11.
Pushed by carlosdem into branch 'Neon/stable'.

Revert "rules: try to disable parallel tests"

it did not work, let's use parallel tests again

This reverts commit 4a6c6d70e3e26d9c0f5771e25e30a4d132322912.

M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/qca2/commit/9b8f93b53783a4af98ceacd7d4a02193fdb64a55

diff --git a/debian/rules b/debian/rules
index eee3154..70069c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_auto_build-indep:
 override_dh_auto_install-indep:
 
 override_dh_auto_test-arch:
-	QT_PLUGIN_PATH=$(CURDIR)/build/lib/qca-qt5/ dh_auto_test -a --no-parallel
+	QT_PLUGIN_PATH=$(CURDIR)/build/lib/qca-qt5/ dh_auto_test -a
 
 override_dh_auto_test-indep:
 



More information about the Neon-commits mailing list