summaryrefslogtreecommitdiffstats
path: root/chrome/test/debugger/debugger_unittests.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/debugger/debugger_unittests.py')
-rwxr-xr-xchrome/test/debugger/debugger_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/debugger/debugger_unittests.py b/chrome/test/debugger/debugger_unittests.py
index 8384fb0..19db317 100755
--- a/chrome/test/debugger/debugger_unittests.py
+++ b/chrome/test/debugger/debugger_unittests.py
@@ -39,7 +39,7 @@ def RunTests(build_dir=None):
os.path.join(chrome_dir, "test", "debugger", "mjsunit.js"),
os.path.join(chrome_dir, "test", "debugger", "test_protocol.js")
]
- (retcode, output) = google.process_utils.RunCommandFull(cmd,
+ (retcode, output) = google.process_utils.RunCommandFull(cmd,
collect_output=True)
if "Success" in output:
return 0