Tests fix
Change-Id: I1fe7ab12c20e83f0bfc710bfc6db6a8d03802dd5
This commit is contained in:
committed by
Ammar Elwazir
parent
089fa278b3
commit
8350f42329
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user