mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 04:47:14 +02:00
23 lines
786 B
Diff
23 lines
786 B
Diff
From eeaa315b792c728e18a46f41074a1839bf32ab92 Mon Sep 17 00:00:00 2001
|
|
From: Aster Boese <asterboese@mailbox.org>
|
|
Date: Sun, 26 Nov 2023 06:20:52 -0500
|
|
Subject: [PATCH] point qmltestrunner to qmltestrunner-qt5
|
|
|
|
---
|
|
tests/strict-qmltestrunner.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/strict-qmltestrunner.sh b/tests/strict-qmltestrunner.sh
|
|
index 9986d1b..510451f 100755
|
|
--- a/tests/strict-qmltestrunner.sh
|
|
+++ b/tests/strict-qmltestrunner.sh
|
|
@@ -16,5 +16,5 @@
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
################################################################################
|
|
-qmltestrunner $* || exit 1
|
|
+qmltestrunner-qt5 $* || exit 1
|
|
test 0 -eq $(grep -c qwarn plugintest-xunit.xml) || exit 1
|
|
--
|
|
2.42.0
|
|
|