Skip to content

Commit fbcb979

Browse files
authored
Merge branch 'master' into containerize-travis
2 parents c0bdb20 + 8987607 commit fbcb979

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/test-ghe-backup-config.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ begin_test "ghe-backup-config GHE_CREATE_DATA_DIR disabled"
2020
set -e
2121

2222
export GHE_DATA_DIR="$TRASHDIR/create-enabled-data"
23-
. share/github-backup-utils/ghe-backup-config 2>&1 \
24-
| grep -q "Creating the backup data directory ..."
23+
export GHE_VERBOSE=1
24+
. share/github-backup-utils/ghe-backup-config |
25+
grep -q "Creating the backup data directory ..."
2526
test -d $GHE_DATA_DIR
2627
rm -rf $GHE_DATA_DIR
2728

0 commit comments

Comments
 (0)