From c8db4da289b43e64a3b40a33297716d17889cdaa Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Thu, 10 Nov 2022 16:56:15 +0800 Subject: [PATCH] fix: asan script error --- tests/script/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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