]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct timing sensitivity in iOS testing Makefile target. (GH-118620)
authorRussell Keith-Magee <russell@keith-magee.com>
Mon, 6 May 2024 02:34:59 +0000 (10:34 +0800)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 02:34:59 +0000 (22:34 -0400)
Makefile.pre.in

index 903227709c79ec2e3d55a842da9b28d42140423e..ddc8b2feda51c4974fe3ab2412fd2c8317894051 100644 (file)
@@ -2040,7 +2040,7 @@ testuniversal: all
 # a full Xcode install that has an iPhone SE (3rd edition) simulator available.
 # This must be run *after* a `make install` has completed the build. The
 # `--with-framework-name` argument *cannot* be used when configuring the build.
-XCFOLDER=iOSTestbed.$(MULTIARCH).$(shell date +%s)
+XCFOLDER:=iOSTestbed.$(MULTIARCH).$(shell date +%s)
 XCRESULT=$(XCFOLDER)/$(MULTIARCH).xcresult
 .PHONY: testios
 testios: