From 90f3594a60c515d7172b29bf88ec97edd958fb4f Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Mon, 19 Oct 2015 14:11:13 +0300 Subject: [PATCH] Fix the build --- build/run-testsapp.grunt.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/build/run-testsapp.grunt.js b/build/run-testsapp.grunt.js index 678727570..6d11aab72 100644 --- a/build/run-testsapp.grunt.js +++ b/build/run-testsapp.grunt.js @@ -7,7 +7,7 @@ module.exports = { androidRuntimePath:"/Users/erjan/tns-android.tgz", outfile:"./TestRunResult.txt", - workingDir=".testsapprun", + workingDir:".testsapprun", testsAppName:"TestsApp", pathToApk:"./platforms/android/build/outputs/apk/TestsApp-debug.apk", deployedAppName:"org.nativescript.$testsAppName", @@ -21,13 +21,13 @@ module.exports = { } }, mkdir: { - workindDir: { + workingDir: { options: { - create [localCfg.workingDir], + createi: [localCfg.workingDir], mode: 0700 } } - } + }, exec: { killEmulator: { cmd: "pkill '" + localCfg.emulatorProcessIdentifier + "'", @@ -35,8 +35,7 @@ module.exports = { }, runTestsApp: { cmd: "./runtestsapp.sh", - stdout: false, - cwd: "../" + stdout: false } } }); @@ -55,7 +54,7 @@ module.exports = { "clean:workingDir", "mkdir:workingDir", "exec:killEmulator", - "exec:runTestsApp", +// "exec:runTestsApp",