Merge "Output name of ini file when it's not valid"

This commit is contained in:
Jenkins 2014-04-07 19:58:22 +00:00 committed by Gerrit Code Review
commit 1b88a66db2
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ def main():
logger.debug("Not reading config for test output generation")
else:
raise jenkins_jobs.errors.JenkinsJobsException(
"A valid configuration file is required when not run as a test")
"A valid configuration file is required when not run as a test"
"\n{0} is not a valid .ini file".format(conf))
logger.debug("Config: {0}".format(config))