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

Unified Diff: mojo/tools/mojob.sh

Issue 241713003: Add run_mojo_python_tests.py so that we can run the python tests on the bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for review Created 6 years, 8 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 | mojo/tools/run_mojo_python_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mojob.sh
diff --git a/mojo/tools/mojob.sh b/mojo/tools/mojob.sh
index 291012ca23a23b1de754caa1c27ced801a6d2474..b870cd13014ef0ee02cb9b7deec67cf14d1cbd5a 100755
--- a/mojo/tools/mojob.sh
+++ b/mojo/tools/mojob.sh
@@ -61,9 +61,7 @@ do_perftests() {
}
do_pytests() {
- echo "Running Python unit tests under mojo/public/tools/bindings/pylib ..."
- python -m unittest \
- discover -s mojo/public/tools/bindings/pylib -p "*_unittest.py"
+ python mojo/tools/run_mojo_python_tests.py || exit 1
}
do_gyp() {
« no previous file with comments | « no previous file | mojo/tools/run_mojo_python_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698