X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=lttng-tools%2Flttng-tools-master-test-joraj.sh;h=231d32bf5af124f35d3ec1ba72502b4e061efa82;hb=6a8635644e1edcb80464263013f09b40e6cdf245;hp=545d45d4535dadb82f815584b5c70951259294e9;hpb=73f32895c1a036d7378213887aeb91ecee4a95de;p=lttng-ci.git diff --git a/lttng-tools/lttng-tools-master-test-joraj.sh b/lttng-tools/lttng-tools-master-test-joraj.sh index 545d45d..231d32b 100755 --- a/lttng-tools/lttng-tools-master-test-joraj.sh +++ b/lttng-tools/lttng-tools-master-test-joraj.sh @@ -56,6 +56,7 @@ java_jul) java_log4j) echo "Build with java-log4j UST support" CONF_OPTS=$CONF_OPTS" --enable-java-agent-tests-log4j --with-java-classpath=/usr/share/java/log4j-1.2.jar" + ;; *) echo "Standard build" CONF_OPTS="" @@ -69,6 +70,9 @@ esac # # Make sure to move to the build_path and configure # before continuing +echo ************************************************** +echo $CONF_OPTS +echo ************************************************** BUILD_PATH=$WORKSPACE case "$build" in @@ -84,7 +88,7 @@ case "$build" in BUILD_PATH=`mktemp -d` # Initial configure and generate tarball - ./configure + ./configure $CONF_OPTS make dist mkdir -p $BUILD_PATH