test/cfg/runtests.sh: Remove verbose output (meant for debugging)
This commit is contained in:
parent
73a569be97
commit
6cf0aed737
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue