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

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/poudriere/testport.sh')
-rwxr-xr-xsrc/share/poudriere/testport.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/share/poudriere/testport.sh b/src/share/poudriere/testport.sh
index b62381c7..07b78831 100755
--- a/src/share/poudriere/testport.sh
+++ b/src/share/poudriere/testport.sh
@@ -196,8 +196,6 @@ jail_start "${JAILNAME}" "${PTNAME}" "${SETNAME}"
_pget portsdir ${PTNAME} mnt
fetch_global_port_vars || \
err 1 "Failed to lookup global ports metadata"
-# Allow testing on virtual py3 slaves until we have FLAVORS.
-map_py_slave_port "${ORIGINSPEC}" ORIGINSPEC || :
originspec_decode "${ORIGINSPEC}" ORIGIN FLAVOR
# Remove excess slashes for mistakes
ORIGIN="${ORIGIN#/}"