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

Unified Diff: mojo/tools/mojob.sh

Issue 675563002: Remove mojo/python and gyp targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « mojo/python/tests/system_unittest.py ('k') | no next file » | 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 f1c5d6efacb5757b64c7033d98817a0d6152747b..eddefe246891ad54e0f01f3b7e5bd1297c3700ab 100755
--- a/mojo/tools/mojob.sh
+++ b/mojo/tools/mojob.sh
@@ -68,13 +68,6 @@ do_perftests() {
"out/$1/mojo_public_system_perftests" || exit 1
}
-do_pytests() {
- echo "Running python tests in out/$1 ..."
- python mojo/tools/run_mojo_python_tests.py || exit 1
- python mojo/tools/run_mojo_python_bindings_tests.py "--build-dir=out/$1" || \
- exit 1
-}
-
do_gn() {
local gn_args="$(make_gn_args $1)"
echo "Running gn with --args=\"${gn_args}\" ..."
@@ -164,10 +157,6 @@ for arg in "$@"; do
should_do_Debug && do_perftests Debug
should_do_Release && do_perftests Release
;;
- pytest)
- should_do_Debug && do_pytests Debug
- should_do_Release && do_pytests Release
- ;;
gn)
should_do_Debug && do_gn Debug
should_do_Release && do_gn Release
« no previous file with comments | « mojo/python/tests/system_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698