Skip to content

Commit

Permalink
*: make failpoint-disable before make clean (#20428)
Browse files Browse the repository at this point in the history
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
  • Loading branch information
iosmanthus authored Oct 14, 2020
1 parent 98f5ca4 commit ad94571
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,8 @@ testSuite:
@echo "testSuite"
./tools/check/check_testSuite.sh

clean:
clean: failpoint-disable
$(GO) clean -i ./...
rm -rf *.out
rm -rf parser

# Split tests for CI to run `make test` in parallel.
test: test_part_1 test_part_2
Expand Down

0 comments on commit ad94571

Please sign in to comment.