maybe now

This commit is contained in:
Eric Froemling 2023-05-31 10:48:33 -07:00
parent a008c9c5f0
commit e62d2fcd3f
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -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}'.")