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.
1 parent 9270dd0 commit 218ff46Copy full SHA for 218ff46
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
- output=$(. share/github-backup-utils/ghe-backup-config 2>&1)
24
- echo $output | 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