commit dab119e771894deea093ee5bb3b251dc71b26f48
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Nov 4 16:08:36 2020 +0100
Revert "Re-enable unit tests in %check section"
This reverts commit 62ca8328dc6aa127489f4b9588f313baf17aeaa5.
mixxx.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index d63938f..fa4ac61 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -151,9 +151,14 @@ rm -rf \
%check
-# Run unit tests
-QT_QPA_PLATFORM=offscreen \
-%ctest3
+# 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
# Desktop launcher
desktop-file-install \