set -v for testsuite scripts.

This commit is contained in:
Felix Geyer 2015-11-17 18:26:15 +01:00
parent 3831aa6791
commit 0967ff44bd
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -ev
SRCDIR="$(pwd)"

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -ev
SRCDIR="$(pwd)"