diff --git a/tests/script/test.sh b/tests/script/test.sh index b3a3b1d61ac721885c971168036485ffb45dc901..e1db1c14de3ab8bd72b86d649bbc25e83bde139f 100755 --- a/tests/script/test.sh +++ b/tests/script/test.sh @@ -7,7 +7,7 @@ ################################################## set +e -set -x +#set -x FILE_NAME= RELEASE=0 @@ -138,7 +138,8 @@ if [ -n "$FILE_NAME" ]; then $PROGRAM -c $CFG_DIR -f $FILE_NAME -v else echo "ExcuteCmd:" $PROGRAM -c $CFG_DIR -f $FILE_NAME - $PROGRAM -c $CFG_DIR -f $FILE_NAME 2> $ASAN_DIR/tsim.asan + echo "AsanDir:" $ASAN_DIR/tsim.asan + eval $PROGRAM -c $CFG_DIR -f $FILE_NAME 2> $ASAN_DIR/tsim.asan result=$? echo "Execute result: " $result