We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a73c56 + e32d699 commit 4ccc329Copy full SHA for 4ccc329
build.sh
@@ -42,6 +42,10 @@ $ANDROID_HOME/platform-tools/adb -e logcat > consoleLog.txt &
42
cd test-app
43
./gradlew runtest --rerun-tasks
44
45
+echo $cwd
46
+
47
+cd $cwd
48
49
echo "Stopping running emulators"
50
for KILLPID in `ps ax | grep 'emulator' | grep -v 'grep' | awk ' { print $1;}'`; do kill -9 $KILLPID; done || true
51
for KILLPID in `ps ax | grep 'qemu' | grep -v 'grep' | awk ' { print $1;}'`; do kill -9 $KILLPID; done || true
0 commit comments