diff --git a/tests/script/test.sh b/tests/script/test.sh index ee6f6f6ab7..1e3319dd0a 100755 --- a/tests/script/test.sh +++ b/tests/script/test.sh @@ -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