Commit f20473d4 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#4642 add valgrind version to the test result file refs[t:4642]

git-svn-id: file:///svn/toku/tokudb@41265 c7de825b-a66e-492c-adef-691d508d4ae1
parent fb401948
...@@ -157,6 +157,8 @@ function build() { ...@@ -157,6 +157,8 @@ function build() {
uname -a >$tracefile 2>&1 uname -a >$tracefile 2>&1
ulimit -a >>$tracefile 2>&1 ulimit -a >>$tracefile 2>&1
$ftcc -v >>$tracefile 2>&1 $ftcc -v >>$tracefile 2>&1
valgrind --version >>$tracefile 2>&1
cat /etc/issue >>$tracefile 2>&1
cat /proc/version >>$tracefile 2>&1 cat /proc/version >>$tracefile 2>&1
cat /proc/cpuinfo >>$tracefile 2>&1 cat /proc/cpuinfo >>$tracefile 2>&1
env >>$tracefile 2>&1 env >>$tracefile 2>&1
......
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