Removing UnitTest as install, removing unused env var (#231)

[ROCm/rccl commit: f87ba17737]
This commit is contained in:
gilbertlee-amd
2020-07-10 09:30:28 -06:00
committed by GitHub
parent 47dfed5f01
commit b83acc8032
3 changed files with 1 additions and 17 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ fi
# Optionally, run tests if they're enabled.
if ($run_tests); then
if (test -f "./test/UnitTests"); then
HSA_FORCE_FINE_GRAIN_PCIE=1 ./test/UnitTests
./test/UnitTests
else
echo "Unit tests have not been built yet; please re-run script with -t to build unit tests."
exit 1