From 710a9e23f0070e7548ad3405c73cf4a8b92610a6 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sat, 15 Jun 2019 00:22:25 -0400 Subject: Fixed unit tests --- tests/scripts/recursive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/scripts') 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') -- cgit v1.2.1