[Pdbg] [PATCH] test_hw_bmc.sh: Update tests to match output

Alistair Popple alistair at popple.id.au
Fri Jan 17 13:43:57 AEDT 2020


Signed-off-by: Alistair Popple <alistair at popple.id.au>
---
 tests/test_hw_bmc.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test_hw_bmc.sh b/tests/test_hw_bmc.sh
index e3d2e82..e6a32b7 100755
--- a/tests/test_hw_bmc.sh
+++ b/tests/test_hw_bmc.sh
@@ -81,7 +81,7 @@ result_filter ()
 {
 	sed -E -e 's#0x[[:xdigit:]]{16}#HEX16#g' \
 	    -E -e 's#0x[[:xdigit:]]{8}#HEX8#g' \
-	    -E -e 's#/.*fsi at 0/pib at 1000#PIB0PATH#'
+	    -E -e 's#/.*proc0/pib#PIB0PATH#'
 }
 
 test_result 0 <<EOF
@@ -115,4 +115,4 @@ DEADBEEF
 EOF
 
 do_skip
-test_run $PDBG -p0 getmem 0x31000000 0x8
+test_run $PDBG -p0 getmem --raw 0x31000000 0x8
-- 
2.20.1



More information about the Pdbg mailing list