| Index: tools/bots/compiler.py
|
| diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py
|
| index c752f8da6ba23c83b1a2d2893090318e985ad2f2..e378b4d66f5281110c394f53c88c50fc732b44d4 100644
|
| --- a/tools/bots/compiler.py
|
| +++ b/tools/bots/compiler.py
|
| @@ -121,6 +121,10 @@ def TestStep(name, mode, system, compiler, runtime, targets, flags):
|
| '--use-sdk',
|
| '--report'])
|
|
|
| + # TODO(ricow/kustermann): Issue 7339
|
| + if runtime == "safari":
|
| + cmd.append('--nobatch')
|
| +
|
| if user_test == 'yes':
|
| cmd.append('--progress=color')
|
| else:
|
|
|