•  
      request #15080 make tests_cypress_dev doesn't work in macOS
    Infos
    #15080
    Benjamin Dauton (bdauton_enalean)
    2021-01-20 13:49
    2020-07-07 10:16
    16344
    Details
    make tests_cypress_dev doesn't work in macOS

    Here is the result of the make tests_cypress_dev command:

    
    $> make tests_cypress_dev
    ++ find ./plugins/agiledashboard/tests/e2e/ ./plugins/crosstracker/tests/e2e/ ./plugins/docman/tests/e2e/ ./plugins/document/tests/e2e/ ./plugins/git/tests/e2e/ ./plugins/mediawiki/tests/e2e/ ./plugins/oauth2_server/tests/e2e/ ./plugins/projectmilestones/tests/e2e/ ./plugins/svn/tests/e2e/ ./plugins/taskboard/tests/e2e/ ./plugins/testmanagement/tests/e2e/ ./plugins/testplan/tests/e2e/ ./plugins/timetracking/tests/e2e/ ./plugins/tracker/tests/e2e/ -name docker-compose.yml -printf '-f %p '
    find: -printf: unknown primary or operator
    + plugins_compose_file=
    make: *** [tests_cypress_dev] Error 1
    
    Cypress
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Declined
    Empty
    Attachments
    Empty
    References
    Referencing request #15080
    Referenced by request #15080

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2020-07-07 14:10
    BSD vs GNU find here we go again...

    @bdauton Can you please provide me the output of the following command on your OS:
    find ./plugins/*/tests/e2e/ -name docker-compose.yml -print0 | xargs -n1 -0 echo -n ' -f'

    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    • Status changed from New to Waiting for information
    User avatar
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes