Extensions: correct commands in script headers

This commit is contained in:
Campbell Barton
2024-05-03 17:20:28 +10:00
parent c97c1c847c
commit 0f400a8eb6
2 changed files with 8 additions and 3 deletions

View File

@ -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.

View File

@ -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