Skip to content

Commit f652396

Browse files
salomethirot-armnvlsianpu
authored andcommitted
Fix failing Travis report generation
Signed-off-by: Salome Thirot <salome.thirot@arm.com>
1 parent 2776d90 commit f652396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/fih_test_docker/fi_tester_gdb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2020 Arm Limited
3+
# Copyright (c) 2021 Arm Limited
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -104,7 +104,7 @@ EOF
104104
echo " test_exec_ok: True"
105105
echo " skipped: True"
106106
echo " boot: False"
107-
echo " last_line: '$LAST_LINE' "
107+
echo " last_line: \"$LAST_LINE\" "
108108
fi
109109
else
110110
# The target was not stopped at the desired address.

0 commit comments

Comments
 (0)