fix(bench press): remove check for android

this is already covered by init_android.sh
This commit is contained in:
Tobias Bosch 2015-01-20 13:08:07 -08:00
parent 5f5ed06713
commit eba751e70a
1 changed files with 0 additions and 8 deletions

View File

@ -18,13 +18,5 @@ serverPid=$!
trap killServer EXIT
if [[ $PERF_BROWSERS =~ .*Android.* ]]
then
adb usb
adb wait-for-device
adb reverse tcp:8001 tcp:8001
adb reverse tcp:8002 tcp:8002
fi
./node_modules/.bin/protractor protractor-e2e-js.conf.js --browsers=$E2E_BROWSERS
./node_modules/.bin/protractor protractor-e2e-dart2js.conf.js --browsers=$E2E_BROWSERS