mirror of
https://github.com/appium/appium.git
synced 2026-05-03 17:00:32 -05:00
11 lines
181 B
Bash
Executable File
11 lines
181 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SAUCE=1 \
|
|
VERBOSE=1 \
|
|
TARBALL="${TARBALL}" \
|
|
DEVICE="android" \
|
|
VERSION="4.3" \
|
|
./node_modules/.bin/mocha \
|
|
-g "@skip-ci|@skip-android-all|@android-arm-only" -i \
|
|
"$@"
|