You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/03/27 14:50:05 UTC

[cordova-paramedic] branch janpio-improve_saucelabs updated: test-ios: better target for grep

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-improve_saucelabs
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/janpio-improve_saucelabs by this push:
     new dd68a26  test-ios: better target for grep
dd68a26 is described below

commit dd68a26347db376e44e85b11b12981cef7508889
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Mar 27 15:49:53 2019 +0100

    test-ios: better target for grep
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index e708330..56c5c18 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
     "test-appveyor": "npm run test-browser",
     "test-travis": "npm run jshint & npm run test-ios",
     "test-android": "node main.js --platform android --plugin ./spec/testable-plugin/",
-    "test-ios": "node main.js --platform ios --plugin ./spec/testable-plugin/ --target \"\\\"^iPhone 5\\\"\" --verbose",
+    "test-ios": "node main.js --platform ios --plugin ./spec/testable-plugin/ --target \"^iPhone-6\" --verbose",
     "test-windows": "node main.js --platform windows --plugin ./spec/testable-plugin/",
     "test-browser": "node main.js --platform browser --plugin ./spec/testable-plugin/"
   },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org