pass -noaudio when running blender for various utilities - doc-gen and tests.

This commit is contained in:
Campbell Barton
2011-10-19 21:55:27 +00:00
parent f6f9288f35
commit 617d3cb852
9 changed files with 16 additions and 16 deletions

View File

@@ -43,7 +43,7 @@ else()
endif()
# for testing with valgrind prefix: valgrind --track-origins=yes --error-limit=no
set(TEST_BLENDER_EXE ${TEST_BLENDER_EXE} --background --factory-startup --env-system-scripts ${CMAKE_SOURCE_DIR}/release/scripts)
set(TEST_BLENDER_EXE ${TEST_BLENDER_EXE} --background -noaudio --factory-startup --env-system-scripts ${CMAKE_SOURCE_DIR}/release/scripts)
# ------------------------------------------------------------------------------

View File

@@ -19,7 +19,7 @@
# <pep8 compliant>
# Used for generating API diff's between releases
# ./blender.bin --background --python release/test/rna_info_dump.py
# ./blender.bin --background -noaudio --python release/test/rna_info_dump.py
import bpy