make checkcfg / runtests.sh: be verbose (set -x)
This commit is contained in:
parent
a610ef9ce8
commit
8db72994fb
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue