Laszlo Gaal has uploaded this change for review. (
http://gerrit.cloudera.org:8080/24644
Change subject: IMPALA-15228: Make dockerised test driver script compatible
with Ninja
......................................................................
IMPALA-15228: Make dockerised test driver script compatible with Ninja
The dockerised test driver script bin/jenkins/dockerized-impala-run-tests.sh
contains a direct call to "make", which can cause a build failure if the
whole build is run with Ninja (by launching buildall.sh with the -ninja
option).
This patch replaces the direct "make" call with indirecting the call
through ${IMPALA_MAKE_CMD} to call the build-specific make tool.
Change-Id: I235c18893babde229f0c03c402b8ec87594d765b
---
M bin/jenkins/dockerized-impala-run-tests.sh
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/44/24644/1
--
To view, visit http://gerrit.cloudera.org:8080/24644
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I235c18893babde229f0c03c402b8ec87594d765b
Gerrit-Change-Number: 24644
Gerrit-PatchSet: 1
Gerrit-Owner: Laszlo Gaal <[email protected]>