Skip to content

Commit e32d699

Browse files
committed
chore(ci): update build script
1 parent 1a73c56 commit e32d699

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ $ANDROID_HOME/platform-tools/adb -e logcat > consoleLog.txt &
4242
cd test-app
4343
./gradlew runtest --rerun-tasks
4444

45+
echo $cwd
46+
47+
cd $cwd
48+
4549
echo "Stopping running emulators"
4650
for KILLPID in `ps ax | grep 'emulator' | grep -v 'grep' | awk ' { print $1;}'`; do kill -9 $KILLPID; done || true
4751
for KILLPID in `ps ax | grep 'qemu' | grep -v 'grep' | awk ' { print $1;}'`; do kill -9 $KILLPID; done || true

0 commit comments

Comments
 (0)