提交 03dd8f3c 编写于 作者: K krad

Fixing punit job description

Summary: The job errors with log print step. Removing the step and re-enabling
the test case.

Test Plan: Manual test run

Reviewers:

CC: levledb@

Task ID: #6968635

Blame Rev:
上级 d0c31641
......@@ -63,29 +63,17 @@ PARALLEL_UNIT_TEST_COMMANDS="[
'shell':'$DEBUG make -j$(nproc) all && $SHM make check > /dev/null 2>&1 || cat t/log-*',
'user':'root'
},
{
'name':'Print logs',
'shell':'cat t/log-*',
'user':'root'
},
$CLEANUP_ENV,
{
'name':'Build and test RocksDB debug version under gcc-4.8.1',
'shell':'$GCC_481 $DEBUG make -j$(nproc) all && $SHM make check > /dev/null 2>&1 || cat t/log-*',
'user':'root'
},
{
'name':'Print logs',
'shell':'cat t/log-*',
'user':'root'
},
],
$REPORT_EMAIL
}
]"
PARALLEL_UNIT_TEST_COMMANDS=$DISABLE_COMMANDS
#
# RocksDB unit test
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册