Skip to content

Commit

Permalink
Updated unit test script path
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Jun 21, 2024
1 parent 6df3581 commit 41bcd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/run_unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ blender --background --python $CURRENT_DIR/install_mixer.py

# These tests run within blender
python3 -m pip install unittest-xml-reporting parameterized
blender --background --python-exit-code 1 --python mixer/blender_data/tests/ci.py
blender --background --python-exit-code 1 --python ../mixer/blender_data/tests/ci.py

# These tests launch 2 blender that communicate together
python3 -m xmlrunner discover --verbose tests.vrtist -o $MIXER_TEST_OUTPUT
Expand Down

0 comments on commit 41bcd38

Please sign in to comment.