X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=.ci%2Fsanitizers%2Frun.sh;fp=.ci%2Fsanitizers%2Frun.sh;h=8bf409f3b8b26e194548f466bfabc0fe56c027ac;hp=3144275a4cb9bfc99a8ffb40a515b7cbb2861903;hb=38a4eb4ebc730d805fcab9d64fe988be42a99122;hpb=28be4baae016a5a771d0d9ec6e97ef38a4fc9e46 diff --git a/.ci/sanitizers/run.sh b/.ci/sanitizers/run.sh index 3144275a..8bf409f3 100755 --- a/.ci/sanitizers/run.sh +++ b/.ci/sanitizers/run.sh @@ -33,7 +33,7 @@ export CC='clang-12' export CPPFLAGS='-DDEBUG' export CFLAGS="-O0 -g -fsanitize=$SANITIZER -fno-omit-frame-pointer -fno-common -fsanitize-blacklist=$dir/ignore.txt $flags" -bash .ci/test/run.sh "$@" +sudo bash .ci/test/run.sh "$@" # Check that the sanitizer has not created any log files. # If it has, fail the job to notify the developer.