提交 c6d870ff 编写于 作者: K krad

Merge branch 'arcpatch-D45741'

#!/bin/bash
# This script is executed by Sandcastle
# to determine next steps to run
UNIT_TEST_COMMANDS="[
{
'name':'Rocksdb Unit Test',
'steps': [
{
'name':'Build RocksDB',
'shell':'ROCKSDB_FBCODE_BUILD_WITH_481=1 make clean all',
'user':'root'
},
{
'name':'Test RocksDB',
'shell':'make J=1 check',
'user':'root'
}
],
}
]"
case $1 in
unit)
echo $UNIT_TEST_COMMANDS
;;
*)
echo $UNIT_TEST_COMMANDS
;;
esac
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册