mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
06f94d3fc5
git-svn-id: file:///svn/toku/tokudb@43446 c7de825b-a66e-492c-adef-691d508d4ae1
7 lines
165 B
Bash
Executable file
7 lines
165 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pushd $(dirname $0) &>/dev/null
|
|
SCRIPTDIR=$PWD
|
|
popd &>/dev/null
|
|
|
|
exec $SCRIPTDIR/run.fractal.tree.tests.bash --ctest_model=Experimental --commit=0 "$@"
|