summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-03-06 20:47:26 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-03-06 20:51:25 +0530
commitd3f43cbb81920c3e75871fa3625b2b2909344225 (patch)
tree9f3f42c03fb1bb73dc3b36865439aaea331cd635
parentce0b3cc5915da1a459de7ae5fe75f62c46b9b10a (diff)
rde1edge/run_model: do not overwrite soc uart1 log file name for automated tests
The uefi-mm logs are printed over the soc uart1 port and a log file name is assigned to it when the model is launched. So do not override that file name for automated tests with -j parameter. Change-Id: I69e24cc5e148c7ea0ebe29a4a0a661fb4a24fa1f Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rwxr-xr-xrdinfra/platforms/rde1edge/run_model.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/rdinfra/platforms/rde1edge/run_model.sh b/rdinfra/platforms/rde1edge/run_model.sh
index 73f7f91..6ae8dcf 100755
--- a/rdinfra/platforms/rde1edge/run_model.sh
+++ b/rdinfra/platforms/rde1edge/run_model.sh
@@ -147,7 +147,6 @@ while test $# -gt 0; do
-C soc.pl011_uart_mcp.out_file="soc-mcp-uart0" \
-C css.mcp.pl011_uart1_mcp.out_file="css-mcp_uart1" \
-C css.mcp.pl011_uart0_mcp.out_file="css-mcp_uart0" \
- -C soc.pl011_uart1.out_file="soc-uart1" \
-C board.pl011_uart0.out_file="board-uart0" \
-C board.pl011_uart1.out_file="board-uart1""
fi