Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix-references-to-raw-github-content #6667

Commits on Sep 20, 2024

  1. Ensure that test_suite.pt only tries to build controllers which have …

    …Makefiles.
    
    Switching between master and develop branches can result in controller directories sticking around that only contain the results of a build on the previous branch. test_suite.py was trying (and failing) to run make in those directories.
    brettle committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b8712c1 View commit details
    Browse the repository at this point in the history
  2. Replace references to raw github content with webots:// it some tests.

    In the case of ShapeWithFixedWebTexture.proto, the reference to a file in the github develop branch was causing that file to be left as changed when running test_suite.py in the develop branch.
    brettle committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7eec3a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2bffb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    2f72039 View commit details
    Browse the repository at this point in the history