Skip to content

Commit

Permalink
Makefile: fix failpoint enable
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <[email protected]>
  • Loading branch information
nolouch authored and nolouch committed Sep 2, 2019
1 parent a1f8d9d commit cfe4624
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 cfe4624

Please sign in to comment.