mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
6067c6d3f9
git-svn-id: file:///svn/toku/tokudb@43445 c7de825b-a66e-492c-adef-691d508d4ae1
7 lines
154 B
Bash
Executable file
7 lines
154 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 "$@"
|