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

Unified Diff: build_tools/build.scons

Issue 8566045: Updated update_manifest.py to push manifest files to server (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: merge Created 9 years, 1 month 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 | build_tools/sdk_tools/sdk_update.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/build.scons
diff --git a/build_tools/build.scons b/build_tools/build.scons
index f990f77510b5bec3655163447bcf8e25946ec154..16d86f1c201d797379e10c0b7aaaa4e232673e2d 100644
--- a/build_tools/build.scons
+++ b/build_tools/build.scons
@@ -101,7 +101,8 @@ def AddPythonUnitTest(command, file, size='small', **kwargs):
AddPythonUnitTest('run_build_utils_test', 'tests/build_utils_test.py')
AddPythonUnitTest('run_tar_archive_test', 'tests/tar_archive_test.py')
-AddPythonUnitTest('run_update_manifest_test', 'tests/update_manifest_test.py')
+AddPythonUnitTest('run_update_manifest_test',
+ 'tests/update_manifest_test.py', size='medium')
AddPythonUnitTest('run_sdk_update_test', 'tests/sdk_update_test.py')
AddPythonUnitTest('run_set_nacl_env_test', 'tests/set_nacl_env_test.py',
dependencies=[env.GetToolchainNode()])
« no previous file with comments | « no previous file | build_tools/sdk_tools/sdk_update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698