Test
[lttng-ci.git] / lttng-ust / lttng-ust-master.sh
index f591c3646009e6c8f8a712c00dee6408ca3bcee1..ce196579a404c496432f584972fb9ef0e99babab 100755 (executable)
@@ -30,6 +30,7 @@ java-agent)
 python-agent)
        echo "Python agent build"
        CONF_OPTS="--enable-python-agent"
+       ;;
 *)
     echo "Standard build"
     CONF_OPTS=""
@@ -53,7 +54,7 @@ case "$build" in
                ;;
 esac
 
-$WORKSPACE/configure --prefix=$PREFIX $CONF_OPTS
+../configure --prefix=$PREFIX $CONF_OPTS
 make V=1
 make install
 
@@ -61,7 +62,7 @@ make install
 rm -rf $WORKSPACE/tap
 mkdir -p $WORKSPACE/tap/unit
 
-cd $WORKSPACE/tests
+cd $BUILD_PATH/tests
 
 prove --merge --exec '' - < $BUILD_PATH/tests/unit_tests --archive $WORKSPACE/tap/unit/ || true
 
This page took 0.025281 seconds and 4 git commands to generate.