aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/valgrind.sh
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-10-12 02:44:25 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-10-12 02:44:25 +0200
commitde580e7999400b7d8789ce3747db4f2a63f2538b (patch)
tree968cd75d779c844123dc10a0b3999f80628c90cc /build-aux/valgrind.sh
parentbc7d2545d47bf54acebb38ab3d1e2dd7251ddb99 (diff)
downloadblogc-de580e7999400b7d8789ce3747db4f2a63f2538b.tar.gz
blogc-de580e7999400b7d8789ce3747db4f2a63f2538b.tar.bz2
blogc-de580e7999400b7d8789ce3747db4f2a63f2538b.zip
build: use bash, but get it properly during build time
hardcoding it for travis, as bash is always installed there.
Diffstat (limited to 'build-aux/valgrind.sh')
-rwxr-xr-xbuild-aux/valgrind.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/build-aux/valgrind.sh b/build-aux/valgrind.sh
index 3de3855..64091a1 100755
--- a/build-aux/valgrind.sh
+++ b/build-aux/valgrind.sh
@@ -1,7 +1,3 @@
-#!/bin/sh
-
-set -e
-
export TESTS_ENVIRONMENT="
${VALGRIND:-valgrind} \
--tool=memcheck \