mirror of
https://github.com/systemd/systemd
synced 2025-09-29 16:54:46 +02:00
Compare commits
2 Commits
a3c5d7e95b
...
77591e9732
Author | SHA1 | Date | |
---|---|---|---|
![]() |
77591e9732 | ||
![]() |
934d0d023e |
@ -38,7 +38,11 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
meson $build -D$fuzzflag -Db_lundef=false
|
||||
if ! meson $build -D$fuzzflag -Db_lundef=false; then
|
||||
cat $build/meson-logs/meson-log.txt
|
||||
exit 1
|
||||
fi
|
||||
|
||||
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, text=True)
|
||||
out = subprocess.check_output(argv, universal_newlines=True)
|
||||
except FileNotFoundError:
|
||||
print(f'{executable} not found, ignoring', file=sys.stderr)
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user