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

Unified Diff: bower_components/web-animations-js/run-tests-android.sh

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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: bower_components/web-animations-js/run-tests-android.sh
diff --git a/bower_components/web-animations-js/run-tests-android.sh b/bower_components/web-animations-js/run-tests-android.sh
deleted file mode 100755
index e7aacea712ecd6f467276aef60196a2dbe467adb..0000000000000000000000000000000000000000
--- a/bower_components/web-animations-js/run-tests-android.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#! /bin/bash
-
-# Update git submodules
-git submodule init
-git submodule update
-
-# Set up the android environment
-source tools/android/setup.sh
-
-function run_tests() {
- ./run-tests.sh \
- -b Remote \
- --remote-executor http://localhost:9515 \
- --remote-caps="chromeOptions=androidPackage=$CHROME_APP" \
- --load-list load-list.txt \
- --verbose || exit 1
-}
-
-# We split the test runs into two groups to avoid running out of memory in Travis.
-echo "^[a].*" > load-list.txt
-run_tests
-echo "^[^a].*" > load-list.txt
-run_tests
-
-echo "Run $ANDROID_DIR/stop.sh if finished."
« no previous file with comments | « bower_components/web-animations-js/run-tests.sh ('k') | bower_components/web-animations-js/test/bootstrap.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698