Commit 74ec2897 authored by janssontoftg's avatar janssontoftg
Browse files

Fix for testv_file parsing for linux

parent bb1b122a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ def test_param_file_tests(
        not bitrate.isdigit()
        and "-dtx" in enc_split
        and "-sba" in enc_split
        and testv_file.split("/")[1].startswith("stv")
        and testv_file.split("/")[test_vector_path.count("/")+1].startswith("stv")
    ):
        sba_br_switching_dtx = 1
        cut_file = pre_proc_input(testv_file, fs)