diff --git a/automation-tests/run.py b/automation-tests/run.py index 6e6f404151e8f6ae88da8bfeff57815ff8868c45..4e40e2037d75993cd12d72c1525fc160c2ac03c4 100755 --- a/automation-tests/run.py +++ b/automation-tests/run.py @@ -99,7 +99,7 @@ def main(): credentialsfile.close() #if you can't open the file for editing, bail except IOError: - sys.stederr.write('Unalbe to open credentials.yaml to write out' + + sys.stederr.write('Unable to open credentials.yaml to write out' + ' credentials. Either create credentials.yaml manually or' + ' ensure the test process has permission to create the file.\n') exit(1)