summaryrefslogtreecommitdiff
path: root/test/baseline/featoption.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/baseline/featoption.py')
-rw-r--r--test/baseline/featoption.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/baseline/featoption.py b/test/baseline/featoption.py
new file mode 100644
index 00000000..caa4f2bc
--- /dev/null
+++ b/test/baseline/featoption.py
@@ -0,0 +1,5 @@
+def option_pyfirst(context):
+ print "In --pyfirst (from %s)" % context
+
+def option_pysecond(context, val):
+ print "In --pysecond=%sh (from %s)" % (val, context)