From 6a8635644e1edcb80464263013f09b40e6cdf245 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Sat, 14 Feb 2015 09:46:43 -0500 Subject: [PATCH] Debug: --- lttng-tools/lttng-tools-master-test-joraj.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lttng-tools/lttng-tools-master-test-joraj.sh b/lttng-tools/lttng-tools-master-test-joraj.sh index 9e152d6..231d32b 100755 --- a/lttng-tools/lttng-tools-master-test-joraj.sh +++ b/lttng-tools/lttng-tools-master-test-joraj.sh @@ -70,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 @@ -85,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 -- 2.34.1