Merge packaging scripts from master branch
[lttng-ci.git] / lttng-ust / lttng-ust-master.sh
index 5e1b6446a2846205f797c9ac399e6e116b310df8..f792c175bf45d86b2b0688f21966aed249a7d291 100755 (executable)
@@ -87,12 +87,7 @@ mkdir -p $WORKSPACE/tap/unit
 
 cd $BUILD_PATH/tests
 
-if [ -e $BUILD_PATH/tests/unit_tests ]; then
-       prove --merge --exec '' - < $BUILD_PATH/tests/unit_tests --archive $WORKSPACE/tap/unit/ || true
-else
-       echo "Test file:$BUILD_PATH/tests/unit_tests missing"
-       exit 1
-fi
+prove --merge --exec '' - < $BUILD_PATH/tests/unit_tests --archive $WORKSPACE/tap/unit/ || true
 
 # TAP plugin is having a hard time with .yml files.
 rm -f $WORKSPACE/tap/unit/meta.yml
This page took 0.022827 seconds and 4 git commands to generate.