test: adjust asan script
This commit is contained in:
parent
5831efd379
commit
0b0c27ba63
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue