Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10585 from Pokechu22/apple-m1-unit-tests-f-string
Apple M1: Fix "Building and running unit tests" message
  • Loading branch information
phire committed Apr 14, 2022
2 parents 3fdc6cb + 9994363 commit 36678dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildMacOSUniversalBinary.py
Expand Up @@ -337,7 +337,7 @@ def build(config):
if not os.path.exists(arch):
os.mkdir(arch)

print("Building and running unit tests for: {arch}")
print(f"Building and running unit tests for: {arch}")
unit_test_results[arch] = \
subprocess.call(["cmake", "--build", ".",
"--config", config["build_type"],
Expand Down

0 comments on commit 36678dc

Please sign in to comment.