From 1705cb7855d16fc822866fb2db1c6c67530b6660 Mon Sep 17 00:00:00 2001
From: Eugine Blikh <bigbes@gmail.com>
Date: Mon, 29 Jul 2013 13:43:28 +0400
Subject: [PATCH] moving plugins->plugin in test_run.py

---
 test/test-run.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/test-run.py b/test/test-run.py
index 392ac2273d..143b402277 100755
--- a/test/test-run.py
+++ b/test/test-run.py
@@ -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')
             ),
             ':'
         )
-- 
GitLab