summaryrefslogtreecommitdiffstats
path: root/test cases/common/150 reserved targets/runtarget/echo.py
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/150 reserved targets/runtarget/echo.py')
-rw-r--r--test cases/common/150 reserved targets/runtarget/echo.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/150 reserved targets/runtarget/echo.py b/test cases/common/150 reserved targets/runtarget/echo.py
new file mode 100644
index 0000000..7f9f179
--- /dev/null
+++ b/test cases/common/150 reserved targets/runtarget/echo.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python3
+
+import sys
+
+if len(sys.argv) > 1:
+ print(sys.argv[1])