summaryrefslogtreecommitdiff
path: root/tests/scripts/recursive.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-10-02 23:54:01 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-10-02 23:54:01 -0400
commit60bf3aa5385f4c6dde6396c48262ae7d5177fd0c (patch)
treee1e377e8d96490f9c81327df792fd9434e915a6d /tests/scripts/recursive.py
parentc347ac8e56899c4662889d6a9f42afbd8d4646fd (diff)
downloadcmd2-git-60bf3aa5385f4c6dde6396c48262ae7d5177fd0c.tar.gz
Returned cmd_echo default to False except when running a Python command at the CLI
Diffstat (limited to 'tests/scripts/recursive.py')
-rw-r--r--tests/scripts/recursive.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scripts/recursive.py b/tests/scripts/recursive.py
index 32c981b6..4c29d317 100644
--- a/tests/scripts/recursive.py
+++ b/tests/scripts/recursive.py
@@ -3,4 +3,5 @@
"""
Example demonstrating that running a Python script recursively inside another Python script isn't allowed
"""
+app.cmd_echo = True
app('pyscript ../script.py')