diff options
-rwxr-xr-x | testcases/config_functest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/config_functest.py b/testcases/config_functest.py index 5af2975b1..483c02c4c 100755 --- a/testcases/config_functest.py +++ b/testcases/config_functest.py @@ -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' |