pgo: add set -x to all PGO scripts

Without this, debugging error reports from users is going to be _very_
difficult...
This commit is contained in:
Daniel Eklöf 2021-09-04 11:14:09 +02:00
parent f25055f101
commit 99c4e51e19
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
7 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
set -eu
set -eux
srcdir=$(realpath "${1}")
blddir=$(realpath "${2}")
@ -20,7 +20,7 @@ LC_CTYPE=en_US.UTF-8 "${blddir}"/foot \
--config=/dev/null \
--term=xterm \
sh -c "
set -eu
set -eux
'${srcdir}/scripts/generate-alt-random-writes.py' \
${script_options} \"${pgo_data}\"