Skip to content

Commit 4ccc329

Browse files
authored
Merge pull request #958 from NativeScript/pete/test-ci
chore(ci): update build script
2 parents 1a73c56 + e32d699 commit 4ccc329

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)