commit 62ca8328dc6aa127489f4b9588f313baf17aeaa5
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Nov 4 13:12:00 2020 +0100
Re-enable unit tests in %check section
mixxx.spec | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 3452d55..949f3dc 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -150,14 +150,10 @@ rm -rf \
%check
-# Tests can only be executed locally. Running them on
-#
http://koji.rpmfusion.org always ends with the error
-# message "# Child aborted***Exception:"
-# Note: Add the macro prefix '%' in front of 'ctest3' manually after
uncommenting.
-# Otherwise the tests would get executed by macro expansion even though hidden
-# within a comment!
-#QT_QPA_PLATFORM=offscreen \
-#ctest3
+
+# Run unit tests
+QT_QPA_PLATFORM=offscreen \
+%ctest3
# Desktop launcher
desktop-file-install \