From 0f400a8eb627ca1edeab963c56a25c5b1dcdb7e4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 3 May 2024 17:20:28 +1000 Subject: [PATCH] Extensions: correct commands in script headers --- bl_pkg/tests/test_blender.py | 6 ++++-- bl_pkg/tests/test_cli.py | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bl_pkg/tests/test_blender.py b/bl_pkg/tests/test_blender.py index fba50e6..4082e2b 100644 --- a/bl_pkg/tests/test_blender.py +++ b/bl_pkg/tests/test_blender.py @@ -2,8 +2,10 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# TODO: -# /src/blender/blender.bin --background -noaudio --python tests/test_blender.py -- --verbose +""" +Test with command: + make test +""" # NOTE: # Currently this sets up an environment and runs commands. diff --git a/bl_pkg/tests/test_cli.py b/bl_pkg/tests/test_cli.py index 158d900..d397dd8 100644 --- a/bl_pkg/tests/test_cli.py +++ b/bl_pkg/tests/test_cli.py @@ -2,7 +2,10 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# ./blender.bin --background -noaudio --python tests/python/bl_pyapi_text.py -- --verbose +""" +Test with command: + make test_blender BLENDER_BIN=$PWD/../../../blender.bin +""" import json import os