提交 87128bd5 编写于 作者: A Aaron Gao 提交者: Facebook Github Bot

fix regression test

Summary:
delete the checkout line
Closes https://github.com/facebook/rocksdb/pull/2556

Differential Revision: D5394446

Pulled By: lightmark

fbshipit-source-id: 4afaf35e7ad0378d12169d13a3131a92b428b5d2
上级 8f927e5f
......@@ -113,16 +113,10 @@ PERC_PATTERN+="P99: ([0-9\.]+) P99.9: ([0-9\.]+) P99.99: ([0-9\.]+)"
#==============================================================================
function main {
commit=${1:-"origin/master"}
TEST_ROOT_DIR=${TEST_PATH:-"/tmp/rocksdb/regression_test"}
init_arguments $TEST_ROOT_DIR
if [ $DEBUG -eq 0 ]; then
checkout_rocksdb $commit
build_db_bench_and_ldb
elif [[ ! -f db_bench ]] || [[ ! -f ldb ]]; then
build_db_bench_and_ldb
fi
build_db_bench_and_ldb
setup_test_directory
if [ $TEST_MODE -le 1 ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册