commit | 4ec48202a1e40728e38fd10f32f24104458c0445 | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Wed Jan 11 11:48:31 2023 +0000 |
committer | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Wed Jan 11 12:13:46 2023 +0000 |
tree | ce86a6e2110e9a39a009456ecf330fe1da47df7e | |
parent | b0802acfc953e87cf0ee94a0cd267f781e79d39d [diff] [blame] |
ci: fix test configs failures due to expect timeout Fixed the expect failure arised due to this patch [1]. Due to the fact that the expect script matches the strings coming in the order on the UART, it failed to match the 'x30' string. [1]: https://review.trustedfirmware.org/c/ci/tf-a-ci-scripts/+/18680 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: Iddfaeacfad46dda73cf3ad655390a034f5984afe
diff --git a/expect/crash_test.exp b/expect/crash_test.exp index 1efd5a4..d6fbaf2 100644 --- a/expect/crash_test.exp +++ b/expect/crash_test.exp
@@ -12,3 +12,4 @@ expect_string "Unhandled Exception from EL2" source [file join [file dirname [info script]] exception_regs.inc] +expect_string "x30"