morningman commented on a change in pull request #4028:
URL: https://github.com/apache/incubator-doris/pull/4028#discussion_r450694715
##########
File path: run-ut.sh
##########
@@ -105,7 +105,7 @@ echo " Running PaloBe Unittest "
echo "******************************"
cd ${DORIS_HOME}
-export DORIS_TEST_BINARY_DIR=${DORIS_HOME}/be/ut_build
+export DORIS_TEST_BINARY_DIR=${DORIS_HOME}/be/ut_build_${CMAKE_BUILD_TYPE}
Review comment:
```suggestion
export DORIS_TEST_BINARY_DIR=${CMAKE_BUILD_DIR}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]