Skip to content

Commit

Permalink
Fix a bug that mistakenly disable regression_test.sh to update commit (
Browse files Browse the repository at this point in the history
…#1415)

Summary:
Fix a bug that mistakenly disable regression_test.sh to update commit

Test Plan:
regression_test.sh
  • Loading branch information
yhchiang authored and IslamAbdelRahman committed Oct 22, 2016
1 parent 0e926b8 commit f83cd64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/regression_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ function main {

init_arguments $test_root_dir

# checkout_rocksdb $commit
# build_db_bench
checkout_rocksdb $commit
build_db_bench

setup_test_directory

Expand Down

0 comments on commit f83cd64

Please sign in to comment.