Index: tools/testrunner/local/commands.py |
diff --git a/tools/testrunner/local/commands.py b/tools/testrunner/local/commands.py |
index 716d7ba8fbe4cdd39e06549030726124905f1a05..01f170dc872d1bec543cf910a4d032553ef89df5 100644 |
--- a/tools/testrunner/local/commands.py |
+++ b/tools/testrunner/local/commands.py |
@@ -131,6 +131,7 @@ def CheckedUnlink(name): |
def Execute(args, verbose=False, timeout=None): |
+ args = [ c for c in args if c != "" ] |
(fd_out, outname) = tempfile.mkstemp() |
(fd_err, errname) = tempfile.mkstemp() |
try: |