longer CI tail
This commit is contained in:
parent
2722423a7f
commit
dd524e1b7c
|
|
@ -51,6 +51,6 @@ echo "STAT:top 5 GC sources in server:"
|
||||||
if [ ! -f "profilegc.log" ]; then
|
if [ ! -f "profilegc.log" ]; then
|
||||||
echo 'Missing profilegc.log file!'
|
echo 'Missing profilegc.log file!'
|
||||||
echo 'Tail for stderr.txt:'
|
echo 'Tail for stderr.txt:'
|
||||||
tail stderr.txt
|
tail -n50 stderr.txt
|
||||||
fi
|
fi
|
||||||
head -n6 profilegc.log | sed 's/^/STAT:/g'
|
head -n6 profilegc.log | sed 's/^/STAT:/g'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue