mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-28 02:06:25 +01:00
Scripts print more info on failure within buildbot
This commit is contained in:
parent
c2b0092a1b
commit
7fa67728ad
2 changed files with 17 additions and 0 deletions
|
|
@ -113,6 +113,14 @@ fail() {
|
|||
mv $CLI_OUT o-cli-${TESTS}.log
|
||||
echo " ! outputs saved to o-srv-${TESTS}.log and o-cli-${TESTS}.log"
|
||||
|
||||
if [ "X${USER:-}" = Xbuildbot -o "X${LOGNAME:-}" = Xbuildbot ]; then
|
||||
echo " ! server output:"
|
||||
cat o-srv-${TESTS}.log
|
||||
echo " ! ============================================================"
|
||||
echo " ! client output:"
|
||||
cat o-cli-${TESTS}.log
|
||||
fi
|
||||
|
||||
FAILS=$(( $FAILS + 1 ))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue