We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2776d90 commit f652396Copy full SHA for f652396
ci/fih_test_docker/fi_tester_gdb.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-# Copyright (c) 2020 Arm Limited
+# Copyright (c) 2021 Arm Limited
4
#
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
@@ -104,7 +104,7 @@ EOF
104
echo " test_exec_ok: True"
105
echo " skipped: True"
106
echo " boot: False"
107
- echo " last_line: '$LAST_LINE' "
+ echo " last_line: \"$LAST_LINE\" "
108
fi
109
else
110
# The target was not stopped at the desired address.
0 commit comments