diff options
author | Colin Watson <cjwatson@debian.org> | 2017-08-31 13:20:51 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-08-31 13:20:51 +0100 |
commit | bd3c973cd58c7d3c721edf78dfa4b0446ba2f630 (patch) | |
tree | 3f1b114fc20e5d2956b9d2176d3b0522ca83bba4 /debian/tests | |
parent | ff973dea6e69a673813df2b0f5a872eca30cb64a (diff) |
Run debian/tests/regress with "set -x".
Diffstat (limited to 'debian/tests')
-rwxr-xr-x | debian/tests/regress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/regress b/debian/tests/regress index 79405e198..701edf30e 100755 --- a/debian/tests/regress +++ b/debian/tests/regress | |||
@@ -1,5 +1,5 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | set -e | 2 | set -ex |
3 | 3 | ||
4 | if [ "$(id -un)" != openssh-tests ]; then | 4 | if [ "$(id -un)" != openssh-tests ]; then |
5 | TMP="$ADTTMP/user" | 5 | TMP="$ADTTMP/user" |