diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2025-05-07 16:40:33 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2025-05-07 16:40:33 +0200 |
commit | 64d89ed40ba6796d0705ded4b1b1526be8476fc4 (patch) | |
tree | b059f673300fc0ee19bcad5cea5038018f2d4f89 /rules/lint/call_summary | |
parent | 52ef2939f35f18bcefcf1c3955ef2b653aa0b0d1 (diff) | |
parent | b909c514866f1f0713edd831d183e4fa1e5c91f5 (diff) | |
download | rules-cc-64d89ed40ba6796d0705ded4b1b1526be8476fc4.tar.gz |
Merge subtree 'rules' into rules-cc
* commit 'b909c514866f1f0713edd831d183e4fa1e5c91f5':
Do not assume out_dirs exist
rules: Do not assume out_dirs exist
Diffstat (limited to 'rules/lint/call_summary')
-rwxr-xr-x | rules/lint/call_summary | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/lint/call_summary b/rules/lint/call_summary index d4aa8cb..9686d0a 100755 --- a/rules/lint/call_summary +++ b/rules/lint/call_summary @@ -19,6 +19,7 @@ touch report RESULT=UNKNOWN echo "${RESULT}" > result +mkdir -p out export OUT="$(pwd)/out" cd work |