commit 073f93541e522f4a1c99a912d2d04a3614d68529
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Fri Jul 14 14:37:09 2023 +0200
Replace %ctest3 with %ctest
mixxx.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index f515eea..69087b0 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -186,9 +186,9 @@ rm -rf \
# Run tests
%if "%{?ctest_exclude_regex}" == ""
- %ctest3 --timeout %ctest_timeout_secs
+ %ctest --timeout %ctest_timeout_secs
%else
- %ctest3 --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
+ %ctest --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
%endif
# Validate AppStream data
Show replies by date