Skip to content

Commit

Permalink
travis: Check valgrind exit code more strictly
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Aug 27, 2018
1 parent 7a844d8 commit b0efa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/linux/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ docker exec $CONTAINER su - user sh -c "cd $BUILDDIR && $SCAN_BUILD make -j$(npr
docker exec $CONTAINER su - user sh -c "cd $BUILDDIR && P11_KIT_DEBUG=all LSAN_OPTIONS="$LSAN_OPTIONS" P11_KIT_TEST_LD_PRELOAD=\"$P11_KIT_TEST_LD_PRELOAD\" make check -j$(nproc) V=1 $CHECK_OPTS"
docker exec $CONTAINER su - user sh -c "cd $BUILDDIR && make install"
docker exec $CONTAINER su - user sh -c "cd $BUILDDIR && make installcheck"
docker exec $CONTAINER su - user sh -c "cd $BUILDDIR && valgrind --error-exitcode=81 pkcs11-tool --module p11-kit-proxy.so -L"
docker exec $CONTAINER su - user sh -c "cd $BUILDDIR && valgrind --error-exitcode=81 pkcs11-tool --module p11-kit-proxy.so -L; test $? != 81"

0 comments on commit b0efa75

Please sign in to comment.