fix: asan script error
This commit is contained in:
parent
7532c1d9f9
commit
c8db4da289
|
@ -138,7 +138,7 @@ if [ -n "$FILE_NAME" ]; then
|
|||
else
|
||||
echo "ExcuteCmd:" $PROGRAM -c $CFG_DIR -f $FILE_NAME
|
||||
$PROGRAM -c $CFG_DIR -f $FILE_NAME 2> $ASAN_DIR/tsim.asan
|
||||
$TOP_DIR/tests/script/sh/checkAsan.sh
|
||||
$CODE_DIR/sh/checkAsan.sh
|
||||
fi
|
||||
else
|
||||
echo "ExcuteCmd:" $PROGRAM -c $CFG_DIR -f basicSuite.sim
|
||||
|
|
Loading…
Reference in New Issue