-if [ $exit_code -eq 1 ] && [ $zero_errors == 1 ]; then echo "pytest run had failures, but no errors and non-BE flag present"; exit $EXIT_CODE_NON_BE; fi
-if [ $exit_code -ne 0 ]; then echo "pytest run had errors"; exit $EXIT_CODE_FAIL; fi;
# return exit code from selftest if everything went well with the pytest run
/*#define TDREND_HRTF_TABLE_METHODS*//* Enable HRTF lookup from tables, for testing & evaluation. Supply file in table format to use. Note that a suitable HR filter lookup method should be written if the filters sample point grids are not in the formats. */
/*#define TDREND_STANDALONE*//* Used when renderer is built in standalone form, without IVAS encoding/decoding (see scripts/object_renderer_standalone). This is just here to ensure this is cleaned out by prepare_instrumentation.sh */
/*#define DEBUG_SPAR_WRITE_OUT_COV*//* write covariance per frame into a text file for verification */
@@ -146,14 +148,16 @@
/*#define FIX_IVAS_185_MDCT_ST_PLC_FADEOUT*//* IVAS-185 fix bug in TCX-PLC fadeout for MDCT-Stereo and improve fadeout by fading to background noise instead of white noise */
/*#define FIX_I1_113*//* under review : MCT bit distribution optimization for SBA high bitrates*/
#define SIMPLIFY_SBA_RENDERING_LOGIC /* SBA rendering maintenance related to ticket #45 */
#define SBA_CLEANING /* SBA maintenance related to ticket #45 */
#define REFACTOR_REVERB_INIT_ADD_CFG_CHECKS /* Simplify and improve reverb initialization + add range checks on config parameter values */
#define DIRAC_DRCT_GAIN_TUNING
#define FIX_34 /* Nokia: Fix bug in MASA format EXT output spherical indexing */
#define REFACTOR_REVERB_INIT_ADD_CFG_CHECKS /* Simplify and improve reverb initialization + add range checks on config parameter values */
#define FIX_I54_LS_CONVERSION /* FhG: fix incorrect downmix matrix for 5_1_4 to 5_1_2 and upmix matrix for 7_1 to 7_1_4 */
/* ################## End DEVELOPMENT switches ######################### */