Skip to content

Commit f775921

Browse files
committed
[3.11] Correct timing sensitivity in iOS testing Makefile target. (pythonGH-118620)
1 parent 166a7f4 commit f775921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

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

0 commit comments

Comments
 (0)