diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:22:25 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:22:25 -0400 |
commit | 710a9e23f0070e7548ad3405c73cf4a8b92610a6 (patch) | |
tree | 74beb3adf0101c43832915463b2ca6384e2be4c7 /tests/scripts | |
parent | 255dd16c426a79531f4bb4a2f58e91c24bb2c2f0 (diff) | |
download | cmd2-git-710a9e23f0070e7548ad3405c73cf4a8b92610a6.tar.gz |
Fixed unit tests
Diffstat (limited to 'tests/scripts')
-rw-r--r-- | tests/scripts/recursive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/recursive.py b/tests/scripts/recursive.py index 3359d31e..7d37e540 100644 --- a/tests/scripts/recursive.py +++ b/tests/scripts/recursive.py @@ -5,4 +5,4 @@ Example demonstrating that running a Python script recursively inside another Python script isn't allowed """ app.cmd_echo = True -app('pyscript ../script.py') +app('run_pyscript ../script.py') |