Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: tools/bots/cross-vm.py

Issue 16580012: Fixed small issue with record&replay testing for arm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/cross-vm.py
diff --git a/tools/bots/cross-vm.py b/tools/bots/cross-vm.py
index 3671f20c09a224a4ae2e88deea934b9e7095d635..ea992a57da6f0647356acd26607d41db732d8b72 100644
--- a/tools/bots/cross-vm.py
+++ b/tools/bots/cross-vm.py
@@ -132,7 +132,7 @@ def target_builder(arch, mode):
run([GSUTIL, 'cp', uri, checked_recording])
run(['python', execute_testcases_py, checked_recording,
checked_recording_out])
- run([GSUTIL, 'cp', recording_out, uri_out])
+ run([GSUTIL, 'cp', checked_recording_out, uri_out])
run([GSUTIL, 'setacl', 'public-read', uri_out])
finally:
for path in temporary_files:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698