Merge pull request #2009 from Jonahss/windowsTestFix

fixed custom mocha args
This commit is contained in:
bootstraponline
2014-03-06 15:19:22 -05:00

View File

@@ -1,6 +1,6 @@
param([string]$mochaArgs = "", [switch]$android, [switch]$selendroid)
$all = !($android -or $selendroid)
$appiumMocha="mocha --recursive -t 90000 -R spec $mochaArgs"
$appiumMocha="mocha --recursive -t 90000 -R spec $mochaArgs "
if ($android -or $all){
"RUNNING ANDROID TESTS"