Commit e469b93f authored by Jan Kiene's avatar Jan Kiene
Browse files

add --no-fail to wav-diff cmd

parent b9053e97
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -458,6 +458,9 @@ def compare(
                cmd = [
                    str(wdiff),
                    "--print-ctest-measurement",
                    # wav-diff return code is 1 if differences are found which
                    # would cause parse_wav_diff to raise an Exception on these cases
                    "--no-fail",
                    str(tmpfile_ref),
                    str(tmpfile_test),
                ]