Skip to content
Snippets Groups Projects
Commit d51766cd authored by Konstantin Shulgin's avatar Konstantin Shulgin
Browse files

bug-php-driver-delete:

The run test script was updated.
parent 59db782b
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,8 @@ function init_suite()
fi
ln -s ../../modules/tarantool.so $TEST_RUNNER_LIB_DIR
if [ -f ../$TEST_RUNNER_VAR_DIR/sorted_array.lua ]; then
rm ../$TEST_RUNNER_VAR_DIR/sorted_array.lua
if [ -f $TEST_RUNNER_VAR_DIR/init.lua ]; then
rm $TEST_RUNNER_VAR_DIR/init.lua
fi
ln -s ../$TEST_RUNNER_LIB_DIR/lua/sorted_array.lua $TEST_RUNNER_VAR_DIR/init.lua
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment