Commit 724857cd authored by norvell's avatar norvell
Browse files

Bug fix in ci/ivas_voip_be_test.sh for exit argument

parent 3f0977c1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ output_dir_voip="out_voip"

if [ $COVERAGE -eq 1 ];then
    # Coverage analysis requires only running the codec and may exit before the comparison part
    exit(0)
    exit 0
fi