Skip to content

Commit

Permalink
fix usecloud
Browse files Browse the repository at this point in the history
  • Loading branch information
spennihana committed May 12, 2015
1 parent d758762 commit 7e92d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tests/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def run_tests(self):
cloud = self.clouds[0]
port = cloud.get_port()
ip = "127.0.0.1:"
if (g_use_cloud2):
if g_use_cloud or g_use_cloud2:
ip = cloud.get_ip()+":"
cmd = ["R",
"--quiet",
Expand Down

0 comments on commit 7e92d10

Please sign in to comment.