From e62d2fcd3f28019bbf6b0740211c13fa9f6d80ad Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Wed, 31 May 2023 10:48:33 -0700 Subject: [PATCH] maybe now --- tools/batools/pcommand2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/batools/pcommand2.py b/tools/batools/pcommand2.py index e402d795..5b83e829 100644 --- a/tools/batools/pcommand2.py +++ b/tools/batools/pcommand2.py @@ -340,6 +340,6 @@ def spinoff_test() -> None: os.makedirs(path, exist_ok=True) print(f'{Clr.BLU}Running spinoff update...{Clr.RST}', flush=True) subprocess.run(['./tools/spinoff', 'update'], cwd=path, check=True) - subprocess.run(['make', 'cmake-binary'], cwd=path, check=True) + subprocess.run(['make', 'cmake-server-binary'], cwd=path, check=True) else: raise CleanError(f"Invalid test type '{testtype}'.")