commit 0a6766beea1868e88bacd701fa754e6df42fe6d8
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 98b728f..c18cfad 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -182,9 +182,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