summaryrefslogtreecommitdiffstats
path: root/ext/puppet-test
diff options
context:
space:
mode:
authorIan Taylor <ian@lorf.org>2009-06-05 12:38:35 -0400
committerJames Turnbull <james@lovedthanlost.net>2009-06-06 09:11:28 +1000
commit41ce18cc8ea239d1633fc6cd9e9f599957a82e74 (patch)
tree9d398b4e3e6d726a174b5b57094c7dd6749ccf0e /ext/puppet-test
parentf3b40923605420f774dac298fb1708de180c0a81 (diff)
downloadpuppet-41ce18cc8ea239d1633fc6cd9e9f599957a82e74.tar.gz
puppet-41ce18cc8ea239d1633fc6cd9e9f599957a82e74.tar.xz
puppet-41ce18cc8ea239d1633fc6cd9e9f599957a82e74.zip
Changed tabs to spaces without interfering with indentation or alignment
Diffstat (limited to 'ext/puppet-test')
-rwxr-xr-xext/puppet-test30
1 files changed, 15 insertions, 15 deletions
diff --git a/ext/puppet-test b/ext/puppet-test
index 3901cc801..bf6c2de39 100755
--- a/ext/puppet-test
+++ b/ext/puppet-test
@@ -408,21 +408,21 @@ end
$cmdargs = [
- [ "--compile", "-c", GetoptLong::NO_ARGUMENT ],
- [ "--describe", GetoptLong::REQUIRED_ARGUMENT ],
- [ "--retrieve", "-R", GetoptLong::REQUIRED_ARGUMENT ],
- [ "--fork", GetoptLong::REQUIRED_ARGUMENT ],
- [ "--fqdn", "-F", GetoptLong::REQUIRED_ARGUMENT ],
- [ "--suite", "-s", GetoptLong::REQUIRED_ARGUMENT ],
- [ "--test", "-t", GetoptLong::REQUIRED_ARGUMENT ],
- [ "--pause", "-p", GetoptLong::NO_ARGUMENT ],
- [ "--repeat", "-r", GetoptLong::REQUIRED_ARGUMENT ],
- [ "--node", "-n", GetoptLong::REQUIRED_ARGUMENT ],
- [ "--debug", "-d", GetoptLong::NO_ARGUMENT ],
- [ "--help", "-h", GetoptLong::NO_ARGUMENT ],
- [ "--list", "-l", GetoptLong::NO_ARGUMENT ],
- [ "--verbose", "-v", GetoptLong::NO_ARGUMENT ],
- [ "--version", "-V", GetoptLong::NO_ARGUMENT ],
+ [ "--compile", "-c", GetoptLong::NO_ARGUMENT ],
+ [ "--describe", GetoptLong::REQUIRED_ARGUMENT ],
+ [ "--retrieve", "-R", GetoptLong::REQUIRED_ARGUMENT ],
+ [ "--fork", GetoptLong::REQUIRED_ARGUMENT ],
+ [ "--fqdn", "-F", GetoptLong::REQUIRED_ARGUMENT ],
+ [ "--suite", "-s", GetoptLong::REQUIRED_ARGUMENT ],
+ [ "--test", "-t", GetoptLong::REQUIRED_ARGUMENT ],
+ [ "--pause", "-p", GetoptLong::NO_ARGUMENT ],
+ [ "--repeat", "-r", GetoptLong::REQUIRED_ARGUMENT ],
+ [ "--node", "-n", GetoptLong::REQUIRED_ARGUMENT ],
+ [ "--debug", "-d", GetoptLong::NO_ARGUMENT ],
+ [ "--help", "-h", GetoptLong::NO_ARGUMENT ],
+ [ "--list", "-l", GetoptLong::NO_ARGUMENT ],
+ [ "--verbose", "-v", GetoptLong::NO_ARGUMENT ],
+ [ "--version", "-V", GetoptLong::NO_ARGUMENT ],
]
# Add all of the config parameters as valid $options.