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