We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0bdb20 + 8987607 commit fbcb979Copy full SHA for fbcb979
test/test-ghe-backup-config.sh
@@ -20,8 +20,9 @@ begin_test "ghe-backup-config GHE_CREATE_DATA_DIR disabled"
20
set -e
21
22
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 ..."
+ export GHE_VERBOSE=1
+ . share/github-backup-utils/ghe-backup-config |
25
+ grep -q "Creating the backup data directory ..."
26
test -d $GHE_DATA_DIR
27
rm -rf $GHE_DATA_DIR
28
0 commit comments