Test
[lttng-ci.git] / lttng-ust / lttng-ust-master.sh
index ec96c2658de0d0068b20705b932d6220707755a0..ce196579a404c496432f584972fb9ef0e99babab 100755 (executable)
@@ -54,7 +54,7 @@ case "$build" in
                ;;
 esac
 
-$WORKSPACE/configure --prefix=$PREFIX $CONF_OPTS
+../configure --prefix=$PREFIX $CONF_OPTS
 make V=1
 make install
 
@@ -62,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.023542 seconds and 4 git commands to generate.