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: fcff973d89f0d48ed7a69ddc683d2a7c393f5de5 (plain)
1
2
3
4
5
6
LISTPORTS="misc/freebsd-release-manifests@nonexistent"
OVERLAYS="omnibus"
. common.bulk.sh

do_bulk -n ${LISTPORTS}
assert 1 $? "Bulk should fail due to nonexistent FLAVOR"