mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 04:38:17 +02:00
ci: adjust time-trace.sh to not exceed the limit of 255 chars
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41731>
This commit is contained in:
parent
058c8cc999
commit
2a2a2127a4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# shellcheck disable=SC2086 # we want word splitting
|
||||
|
||||
if [[ -z "$STRACEDIR" ]]; then
|
||||
STRACEDIR=meson-logs/strace/$(for i in "$@"; do basename -z -- $i; echo -n _; done).$$
|
||||
STRACEDIR=meson-logs/strace/$(for i in "$@"; do basename -z -- $i; echo -n _; done | head -c100).$$
|
||||
fi
|
||||
|
||||
mkdir -p $STRACEDIR
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue