test suite: When getting spa packet from log, get the last one

This commit is contained in:
Jonathan Bennett 2016-05-18 22:55:06 -05:00
parent e46938d5d1
commit a63b92e07c

View File

@ -6194,7 +6194,6 @@ sub get_spa_packet_from_file() {
while (<G2>) {
if (/Final\sSPA\sData\:\s(\S+)/) {
$spa_pkt = $1;
last;
}
}
close G2;