-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
-exit $selftest_exit_code
allow_failure:
exit_codes:
-123
artifacts:
when:always
paths:
-test_output.txt
-scripts/test/logs
-scripts/ref/logs
-report-junit.xml
reports:
junit:report-junit.xml
# Pull state of a branch on 3GPP repo, push to a mirror repo.
/*#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,15 +148,13 @@
/*#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
/* ################## End DEVELOPMENT switches ######################### */