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