Bugfix : Ensure that ruby libraries was installed before running vims test-case
[functest.git] / testcases / config_functest.py
index 5af2975..483c02c 100755 (executable)
@@ -116,7 +116,7 @@ def action_start():
             exit(-1)
 
         # Install ruby libraries for vims test-case
-        script += 'source /etc/profile.d/rvm.sh; '
+        script = 'source /etc/profile.d/rvm.sh; '
         script += 'cd ' + VIMS_TEST_DIR + '; '
         script += 'bundle install'