mirror of https://github.com/databricks/cli.git
avoid empty output.txt
This commit is contained in:
parent
b1b8151c3f
commit
dcf05f676e
|
@ -1,7 +0,0 @@
|
|||
Name: debug
|
||||
Target: default
|
||||
Workspace:
|
||||
User: [USERNAME]
|
||||
Path: /Workspace/Users/[USERNAME]/.bundle/debug/default
|
||||
|
||||
Validation OK!
|
|
@ -0,0 +1,7 @@
|
|||
Name: debug
|
||||
Target: default
|
||||
Workspace:
|
||||
User: [USERNAME]
|
||||
Path: /Workspace/Users/[USERNAME]/.bundle/debug/default
|
||||
|
||||
Validation OK!
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue