summaryrefslogtreecommitdiff
path: root/eclass/ecm.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/ecm.eclass')
-rw-r--r--eclass/ecm.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
index 87284df4696e..9caaf59cb3fa 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
@@ -728,7 +728,7 @@ ecm_src_test() {
ecm_src_install() {
debug-print-function ${FUNCNAME} "$@"
- cmake_src_install
+ cmake_src_install "$@"
local f
# bug 621970