commit c5124a31723a84d7fa7faa1e8a5d3252c64c3013
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 90b2188..4f985c8 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