Skip to content

Commit

Permalink
Makefile: fix failpoint enable (#1722)
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <nolouch@gmail.com>
  • Loading branch information
nolouch authored and rleungx committed Sep 3, 2019
1 parent a1f8d9d commit a67b5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ deadlock-enable: deadlock-setup
deadlock-disable:
@$(DEADLOCK_DISABLE)

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

Expand Down

0 comments on commit a67b5db

Please sign in to comment.