From 4a160ac5abd75e6fbce0df155e42f9e897ff08f6 Mon Sep 17 00:00:00 2001 From: Pyroseza Date: Thu, 21 Jan 2021 21:53:17 +0000 Subject: [PATCH] Convert paradoc test execution to call bash script --- lxc/test_all_lxc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/test_all_lxc b/lxc/test_all_lxc index cff05a1..c9de1b7 100755 --- a/lxc/test_all_lxc +++ b/lxc/test_all_lxc @@ -52,4 +52,4 @@ echo 'testing python2' echo 'testing python3' ../../cli/execute python3.8 test3.py echo 'testing paradoc' -../../cli/execute python3.8 test_paradoc.py +../../cli/execute bash test_paradoc.sh