From 38868fe6577c243a9c39c24cfd97048253b9c3d3 Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Mon, 8 Feb 2016 03:09:22 -0800 Subject: [PATCH] Use start_packager function for Android tests --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index d86cffe2..7e00bee0 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -111,7 +111,7 @@ case "$TARGET" in npm install open_chrome - react-native start & + start_packager ./run-android.sh # Despite the docs claiming -c to work, it doesn't, so `-T 1` alleviates that.