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:
This commit is contained in:
krad 2015-09-23 07:33:08 -07:00
parent d0c31641d2
commit 03dd8f3ca7

View File

@ -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
#