Correct timing sensitivity in iOS testing Makefile target. (GH-118620)

This commit is contained in:
Russell Keith-Magee 2024-05-06 10:34:59 +08:00 committed by GitHub
parent 2eb99914c4
commit dd37e85518
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2040,7 +2040,7 @@ testuniversal: all
# a full Xcode install that has an iPhone SE (3rd edition) simulator available. # 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 # This must be run *after* a `make install` has completed the build. The
# `--with-framework-name` argument *cannot* be used when configuring the build. # `--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 XCRESULT=$(XCFOLDER)/$(MULTIARCH).xcresult
.PHONY: testios .PHONY: testios
testios: testios: