Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update with @snh's feedback
  • Loading branch information
gnawhleinad committed Mar 19, 2016
commit 47be7e12c5366620528287427e634eef6c5208a0
5 changes: 1 addition & 4 deletions test/test-ghe-restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,6 @@ begin_test "cluster: ghe-restore from v2.4.0 snapshot"
false
fi

# for debugging
cat "$TRASHDIR/restore-out"

# verify restore error message
grep -q "Error: Snapshot must be from" "$TRASHDIR/restore-out"
)
Expand All @@ -464,7 +461,7 @@ begin_test "cluster: ghe-restore from v2.5.0 snapshot"
# run ghe-restore and write output to file for asserting against
if ! ghe-restore -v -f > "$TRASHDIR/restore-out" 2>&1; then
cat "$TRASHDIR/restore-out"
: ghe-restore should have been exited successfully
: ghe-restore should have exited successfully
false
fi
)
Expand Down