Commit 99a1a960 authored by marko's avatar marko

setup.sh: Correctly link the test files. This was broken in r882.

parent 2602c728
......@@ -13,6 +13,6 @@ TARGETDIR=../storage/innobase
ln -sf $TARGETDIR/compile-innodb{,-debug} ../../BUILD
cd ../../mysql-test
ln -sf ../$TARGETDIR/mysql-test/*.test ../../innodb/mysql-test/*.opt t/
ln -sf ../$TARGETDIR/mysql-test/*.result r/
ln -sf ../$TARGETDIR/mysql-test/*.inc include/
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/
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