Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: disksing <i@disksing.com>
  • Loading branch information
disksing committed May 15, 2019
1 parent ef6c82d commit b016037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ clean-test:
rm -rf /tmp/pd-tests*
rm -rf /tmp/test_etcd*

failpoint-enable:
gofail-enable:
# Converting failpoints...
@$(FAILPOINT_ENABLE)

failpoint-disable:
gofail-disable:
# Restoring failpoints...
@$(FAILPOINT_DISABLE)

Expand Down

0 comments on commit b016037

Please sign in to comment.