[KYUUBI #3372] [BUILD] Enable -x on build/dist
### _Why are the changes needed?_ Some users encounter errors on building, enable -x to help user identify the failure reason ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3372 from pan3793/dist. Closes #3372 7bdfb39f [Cheng Pan] Enable -x on build/dist Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
1989e4c793
commit
a08a3fcad0
@ -26,6 +26,7 @@
|
||||
|
||||
set -o pipefail
|
||||
set -e
|
||||
set -x
|
||||
|
||||
KYUUBI_HOME="$(cd "`dirname "$0"`/.."; pwd)"
|
||||
DISTDIR="$KYUUBI_HOME/dist"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user