summaryrefslogtreecommitdiff
path: root/test/modules/runmod1.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/runmod1.py')
-rw-r--r--test/modules/runmod1.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/modules/runmod1.py b/test/modules/runmod1.py
new file mode 100644
index 00000000..671d81ef
--- /dev/null
+++ b/test/modules/runmod1.py
@@ -0,0 +1,3 @@
+# Used in the tests for run_python_module
+import sys
+print("runmod1: passed %s" % sys.argv[1])