1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00

Merge pull request #10668 from evverx/travis-tweaks

travis: build and run fuzzers against crash reproducers
This commit is contained in:
Evgeny Vereshchagin 2018-11-07 10:13:21 +03:00 committed by GitHub
commit 44f7190c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,8 @@ for phase in "${PHASES[@]}"; do
RUN)
info "Run phase"
# Build systemd
$DOCKER_EXEC meson build
$DOCKER_EXEC ninja -C build
$DOCKER_EXEC meson -Dslow-tests=true build
$DOCKER_EXEC ninja -v -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'
$DOCKER_EXEC ninja -C build test