Commit 805b92eb authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

add username to the tokugrind tmp file

git-svn-id: file:///svn/toku/tokudb@43187 c7de825b-a66e-492c-adef-691d508d4ae1
parent 8276300b
......@@ -31,7 +31,7 @@ done
if [ "$logfile" = "" ] ; then
createlogfile=1
trap cleanup SIGINT
logfile=`mktemp /tmp/tokugrind.XXXXXXXX`
logfile=`mktemp /tmp/$(whoami).tokugrind.XXXXXXXX`
args="--log-file=$logfile $args"
fi
......
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