Changed Blender 4.4 references to 5.0

This commit is contained in:
Colin Basnett
2025-11-27 12:59:35 -08:00
parent 1bac8b2b30
commit 66881d5ac1
3 changed files with 3 additions and 3 deletions

2
tests/test.sh Normal file → Executable file
View File

@@ -5,4 +5,4 @@ export BLENDER_EXECUTABLE=$(cat /blender_executable_path)
pytest --cov-report xml --cov=/root/.config/blender -svv tests --blender-executable $BLENDER_EXECUTABLE --blender-addons-dirs ../addons
# Fixes the paths in the coverage report to be relative to the current directory.
sed -i 's|/root/.config/blender||g' coverage.xml
sed -i 's|4.4/scripts/addons/io_scene_psk_psa/||g' coverage.xml
sed -i 's|5.0/scripts/addons/io_scene_psk_psa/||g' coverage.xml