From dcf05f676eaf1da446dab0e190dd616338646793 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Tue, 4 Feb 2025 15:50:22 +0100 Subject: [PATCH] avoid empty output.txt --- acceptance/bundle/debug/out.stdout.txt | 7 ------- acceptance/bundle/debug/output.txt | 7 +++++++ acceptance/bundle/debug/script | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 acceptance/bundle/debug/out.stdout.txt diff --git a/acceptance/bundle/debug/out.stdout.txt b/acceptance/bundle/debug/out.stdout.txt deleted file mode 100644 index ed72b360e..000000000 --- a/acceptance/bundle/debug/out.stdout.txt +++ /dev/null @@ -1,7 +0,0 @@ -Name: debug -Target: default -Workspace: - User: [USERNAME] - Path: /Workspace/Users/[USERNAME]/.bundle/debug/default - -Validation OK! diff --git a/acceptance/bundle/debug/output.txt b/acceptance/bundle/debug/output.txt index e69de29bb..ed72b360e 100644 --- a/acceptance/bundle/debug/output.txt +++ b/acceptance/bundle/debug/output.txt @@ -0,0 +1,7 @@ +Name: debug +Target: default +Workspace: + User: [USERNAME] + Path: /Workspace/Users/[USERNAME]/.bundle/debug/default + +Validation OK! diff --git a/acceptance/bundle/debug/script b/acceptance/bundle/debug/script index 512d20f5b..1b4cfc8f0 100644 --- a/acceptance/bundle/debug/script +++ b/acceptance/bundle/debug/script @@ -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