Change the output file to be an argument to the expect script. Pass it from the runner. Ignore the output file name

This commit is contained in:
Erjan Gavalji
2015-10-15 17:42:17 +03:00
parent b5e83c1f75
commit f04fc617a0
3 changed files with 6 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ startdir=$(pwd)
emuProcId=".*emulator64-x86"
emuAvdName=Api19
androidRuntimePath=/Users/erjan/tns-android.tgz
outfile=./TestRunResult.txt
testsAppName=TestsApp
pathToApk=./platforms/android/build/outputs/apk/$testsAppName-debug.apk
@@ -76,7 +77,7 @@ cd $startdir
echo "------------------------------------------------"
echo "Waiting for the tests to finish executing..."
time ./expect.exp
time ./expect.exp $outfile
pkill $emuProcId && true