test suite: When getting spa packet from log, get the last one
This commit is contained in:
parent
e46938d5d1
commit
a63b92e07c
@ -6194,7 +6194,6 @@ sub get_spa_packet_from_file() {
|
|||||||
while (<G2>) {
|
while (<G2>) {
|
||||||
if (/Final\sSPA\sData\:\s(\S+)/) {
|
if (/Final\sSPA\sData\:\s(\S+)/) {
|
||||||
$spa_pkt = $1;
|
$spa_pkt = $1;
|
||||||
last;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
close G2;
|
close G2;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user