Index: testing/tools/run_pixel_tests.py |
diff --git a/testing/tools/run_pixel_tests.py b/testing/tools/run_pixel_tests.py |
index cb1b42ddaad2a669980fda9584c52f84c4fcba11..aad39c56002eccda0a834f78156f5d9ef0cabe91 100755 |
--- a/testing/tools/run_pixel_tests.py |
+++ b/testing/tools/run_pixel_tests.py |
@@ -9,7 +9,7 @@ import test_runner |
def main(): |
runner = test_runner.TestRunner('pixel') |
- runner.Run() |
+ return runner.Run() |
if __name__ == '__main__': |
sys.exit(main()) |