Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
$MAKE install
# Run tests
-$MAKE check
+$MAKE --keep-going check
# Copy tap logs for the jenkins tap parser
rsync -a --exclude 'test-suite.log' --include '*/' --include '*.log' --exclude='*' tests/ "$WORKSPACE/tap"
$MAKE install
# Run tests
-$MAKE check
+$MAKE --keep-going check
# Only run regtest for 0.9 and up
if vergte "$PACKAGE_VERSION" "0.9"; then
$MAKE regtest
if [ "$conf" != "no-ust" ]; then
# Run 'unit_tests', 2.8 and up has a new test suite
if vergte "$PACKAGE_VERSION" "2.8"; then
- make check
+ make --keep-going check
rsync -a --exclude 'test-suite.log' --include '*/' --include '*.log' --exclude='*'" $BUILD_PATH/tests/" "$TAPDIR"
else
prove --merge -v --exec '' - < "$BUILD_PATH/tests/unit_tests" --archive "$TAPDIR/unit/" || true
$MAKE install
# Run tests
-$MAKE check
+$MAKE --keep-going check
# Copy tap logs for the jenkins tap parser
rsync -a --exclude 'test-suite.log' --include '*/' --include '*.log' --exclude='*' tests/ "$WORKSPACE/tap"