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

bulk-flavor-ignore-vs-skip-listed-default-ignored.sh « test - github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 803953fe74573e4c4bfcc7882602c386115a833c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
FLAVOR_DEFAULT_ALL=no

LISTPORTS="misc/foo-default-IGNORED@DEFAULT"
# XXX: Adding this is because the framework gets very confused otherwise.
# That is, why are we actually queueing the skipped listed port? It's
# skipped early.
LISTPORTS="${LISTPORTS} ports-mgmt/pkg"
OVERLAYS="overlay omnibus"
. common.bulk.sh

do_bulk -n ${LISTPORTS}
assert 0 $? "Bulk should pass"

EXPECTED_LISTPORTS_IGNORED="misc/foo-default-IGNORED@DEFAULT"
EXPECTED_IGNORED="misc/foo-default-IGNORED@DEFAULT"
EXPECTED_SKIPPED=

assert_bulk_queue_and_stats