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