1
0
mirror of https://github.com/systemd/systemd synced 2025-09-30 17:24:46 +02:00

Compare commits

..

No commits in common. "77591e97327d6fc47f27599ba1937629afb6dd13" and "a3c5d7e95ba3cf6557c7b23e900e37c066fba392" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -38,11 +38,7 @@ else
fi fi
fi fi
if ! meson $build -D$fuzzflag -Db_lundef=false; then meson $build -D$fuzzflag -Db_lundef=false
cat $build/meson-logs/meson-log.txt
exit 1
fi
ninja -v -C $build fuzzers ninja -v -C $build fuzzers
# The seed corpus is a separate flat archive for each fuzzer, # The seed corpus is a separate flat archive for each fuzzer,

View File

@ -197,7 +197,7 @@ def subst_output(document, programlisting, stats):
print(f'COMMAND: {shlex_join(argv)}') print(f'COMMAND: {shlex_join(argv)}')
try: try:
out = subprocess.check_output(argv, universal_newlines=True) out = subprocess.check_output(argv, text=True)
except FileNotFoundError: except FileNotFoundError:
print(f'{executable} not found, ignoring', file=sys.stderr) print(f'{executable} not found, ignoring', file=sys.stderr)
return return