Skip to content
Snippets Groups Projects
Commit 1705cb78 authored by Eugine Blikh's avatar Eugine Blikh
Browse files

moving plugins->plugin in test_run.py

parent a45202df
No related merge requests found
......@@ -140,8 +140,8 @@ def setenv():
os.putenv("TARANTOOL_PLUGIN_DIR",
string.join(
(
os.path.join(os.getcwd(), '../src/plugins/mysql'),
os.path.join(os.getcwd(), '../src/plugins/pg')
os.path.join(os.getcwd(), '../src/plugin/mysql'),
os.path.join(os.getcwd(), '../src/plugin/pg')
),
':'
)
......
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