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:
main
krad 9 years ago
parent d0c31641d2
commit 03dd8f3ca7
  1. 12
      build_tools/rocksdb-lego-determinator

@ -63,29 +63,17 @@ PARALLEL_UNIT_TEST_COMMANDS="[
'shell':'$DEBUG make -j$(nproc) all && $SHM make check > /dev/null 2>&1 || cat t/log-*', 'shell':'$DEBUG make -j$(nproc) all && $SHM make check > /dev/null 2>&1 || cat t/log-*',
'user':'root' 'user':'root'
}, },
{
'name':'Print logs',
'shell':'cat t/log-*',
'user':'root'
},
$CLEANUP_ENV, $CLEANUP_ENV,
{ {
'name':'Build and test RocksDB debug version under gcc-4.8.1', '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-*', 'shell':'$GCC_481 $DEBUG make -j$(nproc) all && $SHM make check > /dev/null 2>&1 || cat t/log-*',
'user':'root' 'user':'root'
}, },
{
'name':'Print logs',
'shell':'cat t/log-*',
'user':'root'
},
], ],
$REPORT_EMAIL $REPORT_EMAIL
} }
]" ]"
PARALLEL_UNIT_TEST_COMMANDS=$DISABLE_COMMANDS
# #
# RocksDB unit test # RocksDB unit test
# #

Loading…
Cancel
Save