cyberbotics / webots

Webots Robot Simulator
https://cyberbotics.com
Apache License 2.0
3.3k stars 1.72k forks source link

Ensure that test_suite.py only tries to build controllers which have Makefiles. #6666

Closed brettle closed 2 months ago

brettle commented 2 months ago

Description

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.