Code

cibuild.sh: Don't run regular tests when using the address sanitizer.
authorSebastian Harl <sh@tokkee.org>
Fri, 2 May 2014 15:15:57 +0000 (17:15 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 2 May 2014 15:18:16 +0000 (17:18 +0200)
commitf113eaf295a672ea93f2f636d2d352ea84dddba3
tree914dfe4a45ca36abfa39592902c29adc657e5459
parentd8077043c91f5a519f20afa97b5c8720ac703f21
cibuild.sh: Don't run regular tests when using the address sanitizer.

valgrind does not play well with the address sanitizer. Also, there's no need
to rerun the regular tests on asan generated code (which is a test on its
own).
t/cibuild.sh