avoid empty output.txt

This commit is contained in:
Denis Bilenko 2025-02-04 15:50:22 +01:00
parent b1b8151c3f
commit dcf05f676e
3 changed files with 8 additions and 8 deletions

View File

@ -1,7 +0,0 @@
Name: debug
Target: default
Workspace:
User: [USERNAME]
Path: /Workspace/Users/[USERNAME]/.bundle/debug/default
Validation OK!

View File

@ -0,0 +1,7 @@
Name: debug
Target: default
Workspace:
User: [USERNAME]
Path: /Workspace/Users/[USERNAME]/.bundle/debug/default
Validation OK!

View File

@ -1,4 +1,4 @@
$CLI bundle validate --debug > out.stdout.txt 2> full.stderr.txt
$CLI bundle validate --debug 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