From 6f768c0a63cbc76d93467e94956e1d43fcc1778a Mon Sep 17 00:00:00 2001 From: Calvin Kirs Date: Thu, 24 Oct 2024 18:27:22 +0800 Subject: [PATCH] Update run-fe-ut.sh --- run-fe-ut.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run-fe-ut.sh b/run-fe-ut.sh index e3017ac4ea7436..b019e372b9c313 100755 --- a/run-fe-ut.sh +++ b/run-fe-ut.sh @@ -16,6 +16,8 @@ # specific language governing permissions and limitations # under the License. + + set -eo pipefail ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"