X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Fcibuild.sh;h=bb863c6f35d68383c2e765b66953fca5ebb8b608;hb=4800fc6648d30ecbe2586114545a041ecdf540af;hp=b90fb41855028091d3a2917245f21982894df220;hpb=51b387d139a2c8e61224586d9543d7cef2aaf6a8;p=sysdb.git diff --git a/t/cibuild.sh b/t/cibuild.sh index b90fb41..bb863c6 100755 --- a/t/cibuild.sh +++ b/t/cibuild.sh @@ -11,4 +11,13 @@ set -ex CFLAGS="-O0 $CICFLAGS" \ LDFLAGS="$CILDFLAGS" make clean all -make test + +case "$CICFLAGS" in + *sanitize=address*) + # skip regular tests + ;; + *) + make -j10 test TESTS_ENVIRONMENT="./testwrapper.sh" + ;; +esac +