Commit e8a90f6e authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4871] fix parsing of memcheck logs in nightly test script


git-svn-id: file:///svn/toku/tokudb@43560 c7de825b-a66e-492c-adef-691d508d4ae1
parent 72461adb
......@@ -304,6 +304,7 @@ BEGIN {
printit=0
}
/[0-9]*\% tests passed, [0-9]* tests failed out of [0-9]*/ { printit=1 }
/Memory check project/ { printit=0 }
/^ Site:/ { printit=0 }
{
if (printit) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment