Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bulk-flavor-nonexistent.sh « test - github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c79110badfdae5c613b72b8060e0e6b9fc7a43b (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

LISTPORTS="misc/freebsd-release-manifests@nonexistent"
. common.bulk.sh

${SUDO} ${POUDRIEREPATH} -e ${POUDRIERE_ETC} bulk -n -CNt \
    -B "${BUILDNAME}" \
    -j "${JAILNAME}" -p "${PTNAME}" ${SETNAME:+-z "${SETNAME}"} \
    ${LISTPORTS}
assert 1 $? "Bulk should fail due to nonexistent FLAVOR"