X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftools%2Fswarming_client%2Ftests%2Frun_isolated_smoke_test.py;h=14faf289fc896f359513e19dc87e25b91fa06a45;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=ed501e8352e9a5c0556df020983a089576fec693;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/tools/swarming_client/tests/run_isolated_smoke_test.py b/src/tools/swarming_client/tests/run_isolated_smoke_test.py index ed501e8..14faf28 100755 --- a/src/tools/swarming_client/tests/run_isolated_smoke_test.py +++ b/src/tools/swarming_client/tests/run_isolated_smoke_test.py @@ -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', ]