1 parent 908a08d commit 4c4ecbaCopy full SHA for 4c4ecba
1 file changed
sample-code/examples/python/sauce_connect.py
@@ -67,7 +67,8 @@ def setUpWebServer(self):
67
thread.start()
68
69
def setUpTunnel(self):
70
- # Setting up Sauce Connect tunnel
+ # Setting up Sauce Connect 4.x tunnel
71
+ # May need to change ./sc/bin/sc depending on OS and directory structure
72
self.process = subprocess.Popen(['./sc/bin/sc -u $SAUCE_USERNAME -k $SAUCE_ACCESS_KEY'],
73
shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
74
p = self.process
0 commit comments