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

Unified Diff: native_client_sdk/src/build_tools/tests/test_all.py

Issue 10910101: fix pylint warnings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: native_client_sdk/src/build_tools/tests/test_all.py
diff --git a/native_client_sdk/src/build_tools/tests/test_all.py b/native_client_sdk/src/build_tools/tests/test_all.py
index 10fce62ad342b7fb750fd44b21dc10a8d7be21f0..4c8f06fbf56c98dc2022553a04a42dac31ba664e 100755
--- a/native_client_sdk/src/build_tools/tests/test_all.py
+++ b/native_client_sdk/src/build_tools/tests/test_all.py
@@ -8,7 +8,6 @@ import unittest
TEST_MODULES = [
'test_auto_update_sdktools',
- 'test_update_manifest'
]
binji 2012/09/08 17:45:13 actually, that test is OK. It's called test_update
Sam Clegg 2012/09/10 17:19:17 done
def main():

Powered by Google App Engine
This is Rietveld 408576698