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

Unified Diff: appengine/findit/util_scripts/run.sh

Issue 1931663003: [Findit] Updating run.sh to put the module to test before the path to code coverage (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/util_scripts/run.sh
diff --git a/appengine/findit/util_scripts/run.sh b/appengine/findit/util_scripts/run.sh
index f8dee1066e5736c85d0002b814424448aa3f7ec6..578d80cee617cff3a9bf8aea0d955dd688e0754d 100755
--- a/appengine/findit/util_scripts/run.sh
+++ b/appengine/findit/util_scripts/run.sh
@@ -52,8 +52,7 @@ print_command_for_queue_cron_dispatch() {
run_unittests() {
local coverage_report_dir="${TMP_DIR}/coverage"
- python ${INFRA_DIR}/test.py test --html-report ${coverage_report_dir} \
- appengine/findit
+ python ${INFRA_DIR}/test.py test appengine/findit --html-report ${coverage_report_dir}
echo "Code coverage report file://${coverage_report_dir}/index.html"
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698