Debug:
[lttng-ci.git] / lttng-tools / lttng-tools-master-test-joraj.sh
index 545d45d4535dadb82f815584b5c70951259294e9..231d32bf5af124f35d3ec1ba72502b4e061efa82 100755 (executable)
@@ -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
This page took 0.022674 seconds and 4 git commands to generate.