Skip to content

Commit c769d75

Browse files
authored
Merge pull request #6668 from cyberbotics/sync-master-0a1f1eb4c
Merge master into develop
2 parents 9eb501e + f39bd26 commit c769d75

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tests/api/controllers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
15+
DIRECTORIES=$(dir $(wildcard */Makefile))
1616
TARGETS = $(DIRECTORIES:=.Makefile)
1717

1818
.PHONY: release debug profile clean

tests/cache/controllers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
15+
DIRECTORIES=$(dir $(wildcard */Makefile))
1616
TARGETS = $(DIRECTORIES:=.Makefile)
1717

1818
.PHONY: release debug profile clean

tests/cache/protos/ShapeWithFixedWebTexture.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PROTO ShapeWithFixedWebTexture [
88
appearance PBRAppearance {
99
baseColorMap ImageTexture {
1010
url [
11-
"https://raw.githubusercontent.com/cyberbotics/webots/develop/tests/cache/protos/textures/blue_texture.jpg"
11+
"webots://tests/cache/protos/textures/blue_texture.jpg"
1212
]
1313
}
1414
}

tests/other_api/controllers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
15+
DIRECTORIES=$(dir $(wildcard */Makefile))
1616
TARGETS = $(DIRECTORIES:=.Makefile)
1717

1818
.PHONY: release debug profile clean

tests/parser/controllers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
15+
DIRECTORIES=$(dir $(wildcard */Makefile))
1616
TARGETS = $(DIRECTORIES:=.Makefile)
1717

1818
.PHONY: release debug profile clean

tests/physics/controllers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
15+
DIRECTORIES=$(dir $(wildcard */Makefile))
1616
TARGETS = $(DIRECTORIES:=.Makefile)
1717

1818
.PHONY: release debug profile clean

tests/protos/controllers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
15+
DIRECTORIES=$(dir $(wildcard */Makefile))
1616
TARGETS = $(DIRECTORIES:=.Makefile)
1717

1818
.PHONY: release debug profile clean

tests/rendering/controllers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls)))
15+
DIRECTORIES=$(dir $(wildcard */Makefile))
1616
TARGETS = $(DIRECTORIES:=.Makefile)
1717

1818
.PHONY: release debug profile clean

0 commit comments

Comments
 (0)