test: use the -d flag in unit tests so that we can find potential
errors in the debug() function calls.
This commit is contained in:
parent
d8d799cd81
commit
60e1d2f001
@ -25,7 +25,8 @@ checkutils()
|
|||||||
f=$2
|
f=$2
|
||||||
|
|
||||||
file="$DIR/file-$f"
|
file="$DIR/file-$f"
|
||||||
ZZOPTS="-s $seed -r $r"
|
# add -d on purpose here so we can detect bugs in debug() calls
|
||||||
|
ZZOPTS="-d -s $seed -r $r"
|
||||||
case $file in
|
case $file in
|
||||||
*text*) ZZOPTS="$ZZOPTS -P '\\n' -R '\\000'" ;;
|
*text*) ZZOPTS="$ZZOPTS -P '\\n' -R '\\000'" ;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user