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

Unified Diff: run_remote_tests.sh

Issue 3107039: Runs our BVT suite in a VM (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git
Patch Set: removes some extraneous logging Created 10 years, 4 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 | « bin/cros_run_vm_test ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: run_remote_tests.sh
diff --git a/run_remote_tests.sh b/run_remote_tests.sh
index 9d3fa36d0e68162e9f14eead56742b7f7cc13a95..abcdc742ef59b145a48d0fdaa9101759f65e987d 100755
--- a/run_remote_tests.sh
+++ b/run_remote_tests.sh
@@ -286,7 +286,7 @@ function main() {
echo ""
echo_color "yellow" ">>> Test results:"
- $(dirname "$0")/generate_test_report "${TMP}" --strip="${TMP}/"
+ ./generate_test_report "${TMP}" --strip="${TMP}/"
}
main $@
« no previous file with comments | « bin/cros_run_vm_test ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698