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