Skip to content

Commit

Permalink
set correct path for project3b (#175)
Browse files Browse the repository at this point in the history
* project 3B in ./kv/test_raftstore
  • Loading branch information
xiongjiwei authored May 20, 2020
1 parent 6f7280b commit 1eed5cf
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 @@ -79,7 +79,7 @@ project3a:
$(GOTEST) ./raft -run 3A

project3b:
$(GOTEST) ./raft -run 3B
$(GOTEST) ./kv/test_raftstore -run 3B

project3c:
$(GOTEST) ./scheduler/... -run 3C
Expand Down

0 comments on commit 1eed5cf

Please sign in to comment.