This commit is contained in:
Paul Gauthier 2024-08-31 18:43:20 -07:00
parent 2b92be1e34
commit 151132277f

View file

@ -907,7 +907,7 @@ class Coder:
)
else:
platform_text += "- The user prefers this test command: "
platform_text += self.testcmd + "\n"
platform_text += self.test_cmd + "\n"
return platform_text