Script fixes (#99)

* Increment version

* Fix this header
This commit is contained in:
akatch 2022-05-16 10:18:13 -05:00 committed by Al Bowles
parent 0303616942
commit 902950ab47
No known key found for this signature in database
GPG Key ID: 9B42314A30F1A3D1

View File

@ -5,7 +5,7 @@ BUILD_NAME=$1
printf '# Build%s\n' "$BUILD_NAME"
printf "| Test | Result | Failure Reason | Effort to Fix | Notes |\n"
printf "| ---- | ------ | -------------- | ------------ | ----- |\n"
printf "| ---- | ------ | -------------- | ------------- | ----- |\n"
openqa-cli api -X GET jobs build="$BUILD_NAME" | \
jq -r '.jobs[] | {name,result} | join(" | ") | split("-") | last' | \