Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index c2c43a9c8c0f6b99a4f30b45b144470dbb32fd9b..292f6f6c737b9fd16c5a7ac486310c516c06ed29 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -178,6 +178,7 @@ def ProcessOptions(options): |
"running tests locally.") |
options.no_network = True |
options.command_prefix = shlex.split(options.command_prefix) |
+ options.extra_flags = shlex.split(options.extra_flags) |
if options.j == 0: |
options.j = multiprocessing.cpu_count() |
if options.no_stress: |