debug: test test log parsing
This commit is contained in:
parent
65a29051e4
commit
3664c4b7eb
@ -12,14 +12,7 @@ variables:
|
|||||||
- |
|
- |
|
||||||
output=$(hass -c $CI_WORKSPACE --script check_config 2>&1)
|
output=$(hass -c $CI_WORKSPACE --script check_config 2>&1)
|
||||||
echo "$output"
|
echo "$output"
|
||||||
error_found=false
|
if echo "$output" | grep -v "Unknown device" | grep -q "ERROR"; then
|
||||||
while IFS= read -r line; do
|
|
||||||
if echo "$line" | grep -q "ERROR" && ! echo "$line" | grep -q "Unknown device"; then
|
|
||||||
error_found=true
|
|
||||||
echo "Error found: $line"
|
|
||||||
fi
|
|
||||||
done <<< "$output"
|
|
||||||
if [ "$error_found" = true ]; then
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user