mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
tests/jenkins.py: fix URL; minor copyedits
This commit is contained in:
parent
b63a80d510
commit
24e903e63a
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
'''
|
||||
This script is used to test salt from a jenkins server, specifically
|
||||
jenkins.satstack.com.
|
||||
This script is used to test Salt from a Jenkins server, specifically
|
||||
jenkins.saltstack.com.
|
||||
|
||||
This script is intended to be shell centric!!
|
||||
This script is intended to be shell-centric!!
|
||||
'''
|
||||
|
||||
# Import python libs
|
||||
|
@ -53,7 +53,7 @@ def run(platform, provider, commit, clean):
|
|||
|
||||
def parse():
|
||||
'''
|
||||
Parse the cli options
|
||||
Parse the CLI options
|
||||
'''
|
||||
parser = optparse.OptionParser()
|
||||
parser.add_option('--platform',
|
||||
|
|
Loading…
Add table
Reference in a new issue