Commit 0fe7ec3b authored by Jan Kiene's avatar Jan Kiene
Browse files

remove suppression for usan

parent ee5138f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ workflow:
    - make clean
    - make -j CLANG=$CLANG_NUM
    - testcase_timeout=$SELFTEST_SANITY_TIMEOUT
    - export UBSAN_OPTIONS=suppressions=scripts/ubsan.supp,report_error_type=1,print_stacktrace=1
    - export UBSAN_OPTIONS=report_error_type=1,print_stacktrace=1

    - exit_code20=0
    - exit_code10=0