Make sure we're not running a test twice

This commit is contained in:
William Giokas 2018-05-23 11:10:55 -06:00
parent f0574fb2c4
commit b467850821

2
Jenkinsfile vendored
View file

@ -43,7 +43,7 @@ for (d in distros) {
}
}
def prDistros = basePrDistros + distros[rand.nextInt(baseDistros.size())]
def prDistros = (basePrDistros + distros[rand.nextInt(baseDistros.size())]).unique()
def prDistroversions = []
for (d in prDistros) {