summaryrefslogtreecommitdiff
path: root/eclass/ecm.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/ecm.eclass')
-rw-r--r--eclass/ecm.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
index c9a2b7ef9cb..525e8688804 100644
--- a/eclass/ecm.eclass
+++ b/eclass/ecm.eclass
@@ -695,7 +695,7 @@ ecm_src_test() {
fi
# KDE_DEBUG stops crash handlers from launching and hanging the test phase
- KDE_DEBUG=1 cmake_src_test
+ KDE_DEBUG=1 cmake_src_test "$@"
}
local -x QT_QPA_PLATFORM=offscreen
@@ -707,9 +707,9 @@ ecm_src_test() {
unset DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_PID
if [[ ${EAPI} == 8 ]] && [[ ${VIRTUALX_REQUIRED} = always || ${VIRTUALX_REQUIRED} = test ]]; then
- virtx _test_runner
+ virtx _test_runner "$@"
else
- _test_runner
+ _test_runner "$@"
fi
if [[ -n "${DBUS_SESSION_BUS_PID}" ]] ; then