From 458cf23ff24ee4ab2d8f03a9e8234583c8c0e0e8 Mon Sep 17 00:00:00 2001
From: Zeming LIU <zeming.liu@windriver.com>
Date: Sat, 12 Apr 2025 22:59:14 +0800
Subject: [PATCH] Remove "-v" option from debian/test/phpunit

Fix autopkgtest failure:
PHPUnit 11.5.9 by Sebastian Bergmann and contributors.
Unknown option "-v"
---
 debian/tests/phpunit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/phpunit b/debian/tests/phpunit
index ab0001b..50014ee 100644
--- a/debian/tests/phpunit
+++ b/debian/tests/phpunit
@@ -3,4 +3,4 @@
 set -e
 
 cd kronolith*/test/./Kronolith
-phpunit -v .
+phpunit .
-- 
2.34.1

