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

Unified Diff: test/test262/test262.gyp

Issue 2435783002: test262 roll (Closed)
Patch Set: Change gyp file Created 4 years, 2 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 | « test/test262/list.py ('k') | test/test262/test262.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/test262.gyp
diff --git a/test/test262/test262.gyp b/test/test262/test262.gyp
index 2bdc6cefe5092c5265caadb0f2acecceb078ab21..eb14da4010371ecce91bdd2b45581e7eab65e548 100644
--- a/test/test262/test262.gyp
+++ b/test/test262/test262.gyp
@@ -22,7 +22,7 @@
'actions': [
{
'action_name': 'archive_test262',
- 'inputs': ['archive.py', '<!@(python list.py)'],
+ 'inputs': ['archive.py', '<!@(python list.py --quoted)'],
'outputs': ['data.tar'],
'action': ['python', 'archive.py'],
},
« no previous file with comments | « test/test262/list.py ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698