Commit 59441ca3 authored by Kenton Varda's avatar Kenton Varda

Fix super-test.sh.

parent ca7304b5
......@@ -401,7 +401,7 @@ if [ "x`uname`" != xDarwin ] && which valgrind > /dev/null; then
# Running the fuzz tests under Valgrind is a great thing to do -- but it takes
# some 40 minutes. So, it needs to be done as a separate step of the release
# process, perhaps along with the AFL tests.
doit CAPNP_SKIP_FUZZ_TEST=1 valgrind --leak-check=full --track-fds=yes --error-exitcode=1 ./capnp-test
CAPNP_SKIP_FUZZ_TEST=1 doit valgrind --leak-check=full --track-fds=yes --error-exitcode=1 ./capnp-test
fi
doit make maintainer-clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment