diff options
Diffstat (limited to 'tests/scripts/recursive.py')
-rw-r--r-- | tests/scripts/recursive.py | 1 |
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') |