| Index: scripts/master/factory/commands.py
|
| diff --git a/scripts/master/factory/commands.py b/scripts/master/factory/commands.py
|
| index 0599680a2451faa93dfa2102de12932c599821fa..8e1a6c63ba2eb55deecdd455d9e784371595439f 100644
|
| --- a/scripts/master/factory/commands.py
|
| +++ b/scripts/master/factory/commands.py
|
| @@ -172,7 +172,7 @@ class RunHooksShell(shell.ShellCommand):
|
| if BuildIsolatedFiles(test_filters, run_default_swarm_tests):
|
| environ = cmd.args.get('env', {}).copy()
|
| environ.setdefault('GYP_DEFINES', '')
|
| - environ['GYP_DEFINES'] += ' test_isolation_mode=hashtable'
|
| + environ['GYP_DEFINES'] += ' test_isolation_mode=archive'
|
| environ['GYP_DEFINES'] += (' test_isolation_outdir=' +
|
| config.Master.swarm_hashtable_server_internal)
|
|
|
|
|