From 97f2dbe65ac7bace3c2a252a5edbb7aa95a1b674 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 6 May 2025 18:45:14 +0200 Subject: rules: Do not assume out_dirs exist --- rules/lint/call_lint | 1 + rules/lint/call_summary | 1 + 2 files changed, 2 insertions(+) (limited to 'rules') diff --git a/rules/lint/call_lint b/rules/lint/call_lint index fd2a2445..850812e5 100755 --- a/rules/lint/call_lint +++ b/rules/lint/call_lint @@ -20,6 +20,7 @@ touch stderr RESULT=UNKNOWN echo "${RESULT}" > result +mkdir -p out export OUT="$(pwd)/out" mkdir -p config export CONFIG="$(pwd)/config" diff --git a/rules/lint/call_summary b/rules/lint/call_summary index d4aa8cb7..9686d0a5 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 -- cgit v1.2.3