test/cfg/runtests.sh: Remove verbose output (meant for debugging)

This commit is contained in:
versat 2019-10-21 08:53:21 +02:00
parent 73a569be97
commit 6cf0aed737
1 changed files with 0 additions and 1 deletions

View File

@ -284,7 +284,6 @@ ${CPPCHECK} ${CPPCHECK_OPT} --inconclusive --library=googletest ${DIR}googletest
# kde.cpp # kde.cpp
set +e set +e
set -x
KDECONFIG=$(kde4-config --path include) KDECONFIG=$(kde4-config --path include)
KDECONFIG_RETURNCODE=$? KDECONFIG_RETURNCODE=$?
set -e set -e