fixed custom mocha args

This commit is contained in:
Jonahss
2014-03-06 12:05:52 -08:00
parent 2882665e25
commit fe36524034
+1 -1
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"