From 2edb5a8fb21aaddddfa74f9e5186ce2c27af97dc Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Thu, 15 Oct 2015 10:54:36 +0300 Subject: [PATCH] Move the testsapp folder under the build folder --- runtestsapp.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtestsapp.sh b/runtestsapp.sh index 4bf5bf37c..b792d8aeb 100755 --- a/runtestsapp.sh +++ b/runtestsapp.sh @@ -1,4 +1,4 @@ -workingdir=__TESTSAPP__ +workingdir=./build/__TESTSAPP__ startdir=$(pwd) rm -rd $workingdir mkdir $workingdir @@ -13,7 +13,7 @@ time pkill ".*emulator64-x86" && true echo "------------------------------------------------" echo "Starting the emulator..." -time emulator -avd Api19 -no-audio --no-window & +time emulator -avd Api19 -no-audio -no-window & echo "------------------------------------------------" echo "Creating the app..." @@ -26,7 +26,7 @@ time rm app/*.* echo "------------------------------------------------" echo "Copying the test app files..." -time cp -r ../../bin/dist/apps/tests/* ./app/ +time cp -r ../../../bin/dist/apps/tests/* ./app/ echo "------------------------------------------------" echo "Adding the android platform..."