mirror of
https://github.com/systemd/systemd
synced 2025-09-30 01:04:45 +02:00
Compare commits
No commits in common. "77591e97327d6fc47f27599ba1937629afb6dd13" and "a3c5d7e95ba3cf6557c7b23e900e37c066fba392" have entirely different histories.
77591e9732
...
a3c5d7e95b
@ -38,11 +38,7 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
if ! meson $build -D$fuzzflag -Db_lundef=false; then
|
||||
cat $build/meson-logs/meson-log.txt
|
||||
exit 1
|
||||
fi
|
||||
|
||||
meson $build -D$fuzzflag -Db_lundef=false
|
||||
ninja -v -C $build fuzzers
|
||||
|
||||
# The seed corpus is a separate flat archive for each fuzzer,
|
||||
|
@ -197,7 +197,7 @@ def subst_output(document, programlisting, stats):
|
||||
print(f'COMMAND: {shlex_join(argv)}')
|
||||
|
||||
try:
|
||||
out = subprocess.check_output(argv, universal_newlines=True)
|
||||
out = subprocess.check_output(argv, text=True)
|
||||
except FileNotFoundError:
|
||||
print(f'{executable} not found, ignoring', file=sys.stderr)
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user