| Index: webkit/tools/layout_tests/run_webkit_tests.py
|
| ===================================================================
|
| --- webkit/tools/layout_tests/run_webkit_tests.py (revision 30488)
|
| +++ webkit/tools/layout_tests/run_webkit_tests.py (working copy)
|
| @@ -477,11 +477,12 @@
|
|
|
| test_args, shell_args = self._GetTestShellArgs(i)
|
| thread = test_shell_thread.TestShellThread(filename_queue,
|
| - test_shell_command,
|
| - test_types,
|
| - test_args,
|
| - shell_args,
|
| - self._options)
|
| + test_shell_command,
|
| + test_types,
|
| + test_args,
|
| + shell_args,
|
| + self._options.results_directory,
|
| + self._options)
|
| thread.start()
|
| threads.append(thread)
|
|
|
|
|