Skip to content

Commit

Permalink
Fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Nov 30, 2023
1 parent d00a1cc commit df7ea65
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 @@ -33,13 +33,13 @@ test-integration-cov:
test-mbt:
cd tests/mbt/driver;\
sh generate_traces.sh;\
cd ../..;\
cd ../../..;\
go test ./tests/mbt/... -timeout 30m

test-mbt-cov:
cd tests/mbt/driver;\
sh generate_traces.sh;\
cd ../..;\
cd ../../..;\
go test ./tests/mbt/... -timeout 30m -coverpkg=./... -coverprofile=mbt-profile.out -covermode=atomic

# run E2E tests
Expand Down

0 comments on commit df7ea65

Please sign in to comment.