diff --git a/automation-tests/run.py b/automation-tests/run.py index 4e40e2037d75993cd12d72c1525fc160c2ac03c4..39812f92833b369cd25492c45135f9548952ff5c 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('Unable to open credentials.yaml to write out' + + sys.stderr.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)