mirror of
https://github.com/espressif/mbedtls.git
synced 2025-07-17 07:15:17 +08:00
Merge pull request #8011 from valeriosetti/improve-outcome-analysis
Improve `outcome-analysis.sh` script
This commit is contained in:
commit
cbc495eb0f
@ -43,8 +43,11 @@ record() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# save current HEAD
|
# save current HEAD.
|
||||||
HEAD=$(git branch --show-current)
|
# Note: this can optionally be updated to
|
||||||
|
# HEAD=$(git branch --show-current)
|
||||||
|
# when using a Git version above 2.22
|
||||||
|
HEAD=$(git rev-parse --abbrev-ref HEAD)
|
||||||
|
|
||||||
# get the numbers before this PR for default and full
|
# get the numbers before this PR for default and full
|
||||||
cleanup
|
cleanup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user