Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / swarming_client / tests / run_isolated_smoke_test.py
index ed501e8..14faf28 100755 (executable)
@@ -146,7 +146,7 @@ class RunIsolatedTest(unittest.TestCase):
     return [
       '--isolated', isolated,
       '--cache', self.cache,
-      '--isolate-server', self.table,
+      '--indir', self.table,
       '--namespace', 'default',
     ]
 
@@ -158,7 +158,7 @@ class RunIsolatedTest(unittest.TestCase):
     return [
       '--hash', hash_value,
       '--cache', self.cache,
-      '--isolate-server', self.table,
+      '--indir', self.table,
       '--namespace', 'default',
     ]