Commit c50358f6 authored by marko's avatar marko

setup.sh: Once more. Remember that the glob expansion works relative to

the current directory.
parent 4e1254b5
......@@ -12,7 +12,9 @@ TARGETDIR=../storage/innobase
# link the build scripts
ln -sf $TARGETDIR/compile-innodb{,-debug} ../../BUILD
cd ../../mysql-test
ln -sf $TARGETDIR/mysql-test/*.test $TARGETDIR/mysql-test/*.opt t/
ln -sf $TARGETDIR/mysql-test/*.result r/
ln -sf $TARGETDIR/mysql-test/*.inc include/
cd ../../mysql-test/t
ln -sf ../$TARGETDIR/mysql-test/*.test $TARGETDIR/mysql-test/*.opt .
cd ../r
ln -sf ../$TARGETDIR/mysql-test/*.result .
cd ../include
ln -sf ../$TARGETDIR/mysql-test/*.inc .
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