Commit 073e5221 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4382] merging quick fix to mainline

git-svn-id: file:///svn/toku/tokudb@38736 c7de825b-a66e-492c-adef-691d508d4ae1
parent 9404c4df
......@@ -199,10 +199,10 @@ do
make CC=icc DEBUG=0 HAVE_CILK=0 clean fastbuild; \
make CC=icc DEBUG=0 HAVE_CILK=0 -C src/tests ${testnames[@]})
rev=$(svn info | awk '/Revision/ { print $2 }')
cd $src_tests
rev=$(svn info ../.. | awk '/Revision/ { print $2 }')
running=yes
for exec in ${testnames[@]}
......
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