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

bulk-overlay-specific.sh « test - github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65fc46a3ca567020960e5d00d47d379f86342ffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LISTPORTS="misc/foo"
OVERLAYS="overlay"
. common.bulk.sh

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

# Assert that we found the right misc/foo
ret=0
hash_get originspec-pkgname "misc/foo" pkgname || ret=$?
assert 0 "${ret}" "Cannot find pkgname for misc/foo"
assert "foo-OVERLAY-20161010" "${pkgname}" "misc/foo didn't find the overlay version"

EXPECTED_QUEUED="misc/foo ports-mgmt/pkg"
EXPECTED_LISTED="misc/foo"

assert_bulk_queue_and_stats