Skip to content

Commit dd37e85

Browse files
authored
Correct timing sensitivity in iOS testing Makefile target. (GH-118620)
1 parent 2eb9991 commit dd37e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ testuniversal: all
20402040
# a full Xcode install that has an iPhone SE (3rd edition) simulator available.
20412041
# This must be run *after* a `make install` has completed the build. The
20422042
# `--with-framework-name` argument *cannot* be used when configuring the build.
2043-
XCFOLDER=iOSTestbed.$(MULTIARCH).$(shell date +%s)
2043+
XCFOLDER:=iOSTestbed.$(MULTIARCH).$(shell date +%s)
20442044
XCRESULT=$(XCFOLDER)/$(MULTIARCH).xcresult
20452045
.PHONY: testios
20462046
testios:

0 commit comments

Comments
 (0)