summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-03-06 20:50:35 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-03-06 20:51:25 +0530
commitbbfa7da83cc8b1189b21c2b691369b6e0ef2598d (patch)
tree956001b80bd503dc9a9df6bf47e781422d707db0
parentf53b68e0d141a086cc35dbc7e8becdec121ae725 (diff)
sgi575/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: I81ef205a54a87e72fc850a66115acf4cae4e860b Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rwxr-xr-xsgi/platforms/sgi575/run_model.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/sgi/platforms/sgi575/run_model.sh b/sgi/platforms/sgi575/run_model.sh
index f280430..648b1a2 100755
--- a/sgi/platforms/sgi575/run_model.sh
+++ b/sgi/platforms/sgi575/run_model.sh
@@ -127,7 +127,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