aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/tools/testrunner/local/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/testrunner/local/command.py')
-rw-r--r--deps/v8/tools/testrunner/local/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/tools/testrunner/local/command.py b/deps/v8/tools/testrunner/local/command.py
index 302d568e87..d176323d02 100644
--- a/deps/v8/tools/testrunner/local/command.py
+++ b/deps/v8/tools/testrunner/local/command.py
@@ -211,7 +211,7 @@ class AndroidCommand(BaseCommand):
"""
self.shell_name = os.path.basename(shell)
self.shell_dir = os.path.dirname(shell)
- self.files_to_push = resources_func()
+ self.files_to_push = (resources_func or (lambda: []))()
# Make all paths in arguments relative and also prepare files from arguments
# for pushing to the device.