Replace "--pull-missing" with "--pull=missing" (in test-pr.sh)

This commit is contained in:
Tianon Gravi 2016-06-08 10:55:01 -07:00
parent db6c174c57
commit ae29d3a0ef

View file

@ -153,7 +153,7 @@ for img in "${files[@]}"; do
for uniqImg in "${uniqImgs[@]}"; do
echo
echo '$ bashbrew build' "$uniqImg"
if bashbrew build --pull-missing "$uniqImg"; then
if bashbrew build --pull=missing "$uniqImg"; then
echo
echo '$ test/run.sh' "$uniqImg"
if ! ./test/run.sh "$uniqImg"; then