aboutsummaryrefslogtreecommitdiff
path: root/rpkid/tests/yamltest.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/tests/yamltest.py')
-rw-r--r--rpkid/tests/yamltest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/tests/yamltest.py b/rpkid/tests/yamltest.py
index b2940bce..ba89d007 100644
--- a/rpkid/tests/yamltest.py
+++ b/rpkid/tests/yamltest.py
@@ -500,7 +500,7 @@ flat_publication = False
profile = False
stop_after_config = False
-opts, argv = getopt.getopt(sys.argv[1:], "c:fhkp:s?",
+opts, argv = getopt.getopt(sys.argv[1:], "c:fhkp:?",
["config=", "flat_publication", "help", "keep_going",
"pidfile=", "skip_config", "stop_after_config", "profile"])
for o, a in opts: