Tests fix

Change-Id: I1fe7ab12c20e83f0bfc710bfc6db6a8d03802dd5
This commit is contained in:
Ammar ELWazir
2023-06-10 05:51:56 +00:00
committed by Ammar Elwazir
parent 089fa278b3
commit 8350f42329
3 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ while [ 1 ] ; do
elif [[ "$1" = "-mt" || "$1" = "--mem-test" ]] ; then
if [ $RUN_FROM_BUILD == 1 ]; then
ASAN=yes TO_CLEAN=yes ./build.sh
./tests/memorytests/run_asan_tests.sh $ROCM_DIR/build/tests/featuretests/profiler/gtests/apps/hip_vectoradd $ROCM_DIR/build/memleaks.log
./tests-v2/memorytests/run_asan_tests.sh $ROCM_DIR/build/tests-v2/featuretests/profiler/apps/hip_vectoradd $ROCM_DIR/build/memleaks.log
exit 1
fi
elif [[ "$1" = "-ct" || "$1" = "--clean-build-test" ]] ; then