make checkcfg / runtests.sh: be verbose (set -x)

This commit is contained in:
Matthias Krüger 2015-11-22 11:03:10 +01:00
parent a610ef9ce8
commit 8db72994fb
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
set -e # abort on error
set -x # be verbose
if [[ `pwd` == */test/cfg ]] ; then # we are in test/cfg
CPPCHECK="../../cppcheck"