mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Merge pull request #10585 from Pokechu22/apple-m1-unit-tests-f-string
Apple M1: Fix "Building and running unit tests" message
This commit is contained in:
commit
36678dca59
@ -337,7 +337,7 @@ def build(config):
|
|||||||
if not os.path.exists(arch):
|
if not os.path.exists(arch):
|
||||||
os.mkdir(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] = \
|
unit_test_results[arch] = \
|
||||||
subprocess.call(["cmake", "--build", ".",
|
subprocess.call(["cmake", "--build", ".",
|
||||||
"--config", config["build_type"],
|
"--config", config["build_type"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user