blob: 86561e35e9b9a9ea3bad66ea30b85cb12b12ee84 [file] [log] [blame]
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -05001#
2# Copyright (c) 2021 Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6# Expect script
7#
8
9# Expect the test to have set a fault message
10if [ -n "${tftf_fault_msg}" ]; then
Leonardo Sandoval5cfc11f2021-09-08 16:08:13 -050011 expect_string+=("i;${tftf_fault_msg}")
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -050012fi