realm-js/tests/react-test-app/run-android.sh

20 lines
436 B
Bash
Raw Normal View History

2016-01-11 17:42:26 +00:00
#!/bin/bash
2016-01-26 23:16:33 +00:00
set -o pipefail
set -e
PATH="/opt/android-sdk-linux/platform-tools:$PATH"
# Inform the prepublish script to build Android modules.
REALM_BUILD_ANDROID=1 npm install realm realm-tests
2016-01-26 23:16:33 +00:00
2016-03-03 23:09:23 +00:00
cp ../../src/object-store/tests/query.json node_modules/realm-tests/query-tests.json
2016-01-26 23:16:33 +00:00
echo "Reversing port for physical device"
2016-01-26 23:16:33 +00:00
adb reverse tcp:8081 tcp:8081
2016-01-11 17:42:26 +00:00
react-native run-android
echo "Unlocking device"
adb shell input keyevent 82