Github user vladimir-kotikov commented on a diff in the pull request:

    https://github.com/apache/cordova-medic/pull/29#discussion_r24476010
  
    --- Diff: src/build/makers/ios.js ---
    @@ -15,63 +15,44 @@ module.exports = function(output,lib_location,test_dir, 
sha, devices, entry_poin
         function log(msg) {
             console.log('[IOS] ' + msg + ' (sha: ' + sha + ')');
         }
    -    if (keychain_location.length === 0 || keychain_password.length === 0) {
    -        log('No keychain information. Fill that out in config.json if you 
want to build for iOS.');
    +    log('starting iOS prepare');
    +    try {
    +        var projectWww = path.join(output, 'www');
    +        // add the medic configuration (sha,host) to destination folder
    +        var 
medic_config='{"sha":"'+sha+'","couchdb":"'+couchdb_cfg.host+'","couchdbext":"'+couchdb_cfg.exthost+'"}';
    +        fs.writeFileSync(path.join(output, 'www','autotest','pages', 
'medic.json'),medic_config,'utf-8');
    --- End diff --
    
    And it doesn't exist in any repo and being created before running the 
tests, like here 
(https://github.com/apache/cordova-medic/blob/master/src/build/makers/windows.js#L86)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to