mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
refs #4871 change filename for gccopt part of nightly test
git-svn-id: file:///svn/toku/tokudb@46146 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
a410408869
commit
bdbe3d076d
1 changed files with 3 additions and 3 deletions
|
@ -449,10 +449,10 @@ BEGIN {
|
|||
fi
|
||||
|
||||
################################################################################
|
||||
## run valgrind on icc debug build
|
||||
resultsdir=$tracefilepfx-Debug
|
||||
## run valgrind on gcc optimized build
|
||||
resultsdir=$tracefilepfx-gccopt
|
||||
mkdir $resultsdir
|
||||
tracefile=$tracefilepfx-Debug/trace
|
||||
tracefile=$tracefilepfx-gccopt/trace
|
||||
|
||||
getsysinfo $tracefile
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue