fix bundle/debug

This commit is contained in:
Denis Bilenko 2025-01-28 17:37:43 +01:00
parent 6bc7aa7f83
commit dfcbdaf5b8
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
$CLI bundle validate --debug > out.stdout.txt 2> full.stderr.txt
grep -vw parallel full.stderr.txt > out.stderr.txt
grep -w parallel full.stderr.txt | sort_lines.py > out.stderr.parallel.txt
rm full.stderr.txt