| Index: tools/test.py
|
| diff --git a/tools/test.py b/tools/test.py
|
| index 43c11e28c827f063fdbd47011f161fca6eff9588..707e7254de97506fbf694ee039fea4869e47eb2e 100755
|
| --- a/tools/test.py
|
| +++ b/tools/test.py
|
| @@ -584,7 +584,9 @@ class TestSuite(object):
|
|
|
| # Use this to run several variants of the tests, e.g.:
|
| # VARIANT_FLAGS = [[], ['--always_compact', '--noflush_code']]
|
| -VARIANT_FLAGS = [[], ['--stress-opt', '--always-opt'], ['--nocrankshaft']]
|
| +VARIANT_FLAGS = [[],
|
| + ['--stress-opt', '--always-opt'],
|
| + ['--nocrankshaft']]
|
|
|
|
|
| class TestRepository(TestSuite):
|
|
|