test: adjust asan script

This commit is contained in:
Shengliang Guan 2022-11-20 12:43:23 +08:00
parent 5831efd379
commit 0b0c27ba63
1 changed files with 4 additions and 1 deletions

View File

@ -143,6 +143,9 @@ if [ -n "$FILE_NAME" ]; then
if [ $result -eq 0 ]; then if [ $result -eq 0 ]; then
$CODE_DIR/sh/checkAsan.sh $CODE_DIR/sh/checkAsan.sh
else else
echo "TSIM has asan errors"
sleep 1
$CODE_DIR/sh/checkAsan.sh
exit 1 exit 1
fi fi
fi fi