Skip to content

Commit

Permalink
Revert changes to test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr committed Jan 30, 2020
1 parent e1c43b7 commit 8c85ee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ pushd badger
go build -v .
popd

# # Run the memory intensive tests first.
# go test -v -run='TestBigKeyValuePairs$' --manual=true
# go test -v -run='TestPushValueLogLimit' --manual=true
# Run the memory intensive tests first.
go test -v -run='TestBigKeyValuePairs$' --manual=true
go test -v -run='TestPushValueLogLimit' --manual=true

# Run the special Truncate test.
rm -rf p
Expand Down

0 comments on commit 8c85ee3

Please sign in to comment.