Skip to content

Commit

Permalink
Merge pull request #6668 from cyberbotics/sync-master-0a1f1eb4c
Browse files Browse the repository at this point in the history
Merge master into develop
  • Loading branch information
omichel committed Sep 22, 2024
2 parents 9eb501e + f39bd26 commit c769d75
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/api/controllers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
DIRECTORIES=$(dir $(wildcard */Makefile))
TARGETS = $(DIRECTORIES:=.Makefile)

.PHONY: release debug profile clean
Expand Down
2 changes: 1 addition & 1 deletion tests/cache/controllers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
DIRECTORIES=$(dir $(wildcard */Makefile))
TARGETS = $(DIRECTORIES:=.Makefile)

.PHONY: release debug profile clean
Expand Down
2 changes: 1 addition & 1 deletion tests/cache/protos/ShapeWithFixedWebTexture.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PROTO ShapeWithFixedWebTexture [
appearance PBRAppearance {
baseColorMap ImageTexture {
url [
"https://raw.githubusercontent.com/cyberbotics/webots/develop/tests/cache/protos/textures/blue_texture.jpg"
"webots://tests/cache/protos/textures/blue_texture.jpg"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/other_api/controllers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
DIRECTORIES=$(dir $(wildcard */Makefile))
TARGETS = $(DIRECTORIES:=.Makefile)

.PHONY: release debug profile clean
Expand Down
2 changes: 1 addition & 1 deletion tests/parser/controllers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
DIRECTORIES=$(dir $(wildcard */Makefile))
TARGETS = $(DIRECTORIES:=.Makefile)

.PHONY: release debug profile clean
Expand Down
2 changes: 1 addition & 1 deletion tests/physics/controllers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
DIRECTORIES=$(dir $(wildcard */Makefile))
TARGETS = $(DIRECTORIES:=.Makefile)

.PHONY: release debug profile clean
Expand Down
2 changes: 1 addition & 1 deletion tests/protos/controllers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
DIRECTORIES=$(dir $(wildcard */Makefile))
TARGETS = $(DIRECTORIES:=.Makefile)

.PHONY: release debug profile clean
Expand Down
2 changes: 1 addition & 1 deletion tests/rendering/controllers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
DIRECTORIES=$(dir $(wildcard */Makefile))
TARGETS = $(DIRECTORIES:=.Makefile)

.PHONY: release debug profile clean
Expand Down

0 comments on commit c769d75

Please sign in to comment.