diff --git a/.cicd/scripts/regression_test.sh b/.cicd/scripts/regression_test.sh index 9f4dca7552..66d52dee0e 100755 --- a/.cicd/scripts/regression_test.sh +++ b/.cicd/scripts/regression_test.sh @@ -52,9 +52,7 @@ function regression_test() { cd tests pwd - # shellcheck disable=SC2015 - [[ ${UFS_PLATFORM} =~ clusternoaa ]] && echo "export BL_DATE=20240426" > bl_date.conf || cat bl_date.conf - + [[ ${UFS_PLATFORM} =~ clusternoaa ]] mkdir -p logs/ BL_DATE=$(cut -d '=' -f2 bl_date.conf) export BL_DATE