travis: build and run fuzzers against crash reproducers

This commit is contained in:
Evgeny Vereshchagin 2018-11-07 07:47:22 +01:00
parent 13d8a53aae
commit b9abc93558
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ for phase in "${PHASES[@]}"; do
RUN)
info "Run phase"
# Build systemd
$DOCKER_EXEC meson build
$DOCKER_EXEC meson -Dslow-tests=true build
$DOCKER_EXEC ninja -C build
$DOCKER_EXEC sh -c "printf '#!/bin/sh\necho The test is failing for unknown reason, skipping; exit 77' >/build/build/test-capability"
# Run 'make check'