From 68908d369d5a8cdec182a1fa51007cdff71e68dd Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 9 Apr 2021 18:13:46 +0100 Subject: check: Update to use subplot binary Signed-off-by: Daniel Silverstone --- check | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/check b/check index 5dc60ed..6102b24 100755 --- a/check +++ b/check @@ -101,11 +101,12 @@ class Runcmd: [ "run", "--package=subplot", - "--bin=sp-codegen", + "--bin=subplot", "--", + f"--resources={os.path.abspath('share')}", + "codegen", md, f"--output={output}", - f"--resources={os.path.abspath('share')}", ], **kwargs, ) @@ -116,11 +117,12 @@ class Runcmd: [ "run", "--package=subplot", - "--bin=sp-docgen", + "--bin=subplot", "--", + f"--resources={os.path.abspath('share')}", + "docgen", md, f"--output={output}", - f"--resources={os.path.abspath('share')}", ], **kwargs, ) -- cgit v1.2.1