tests: pass -v flag to xbps-install(8).
This commit is contained in:
parent
6943eedd26
commit
835812df2c
@ -18,7 +18,7 @@ tc1_body() {
|
||||
rm -rf pkg_a
|
||||
xbps-rindex -a *.xbps
|
||||
atf_check_equal $? 0
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -y a
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -yv a
|
||||
atf_check_equal $? 0
|
||||
|
||||
sed -e 's,fooblah,blahfoo,' -i rootdir/cf1.conf
|
||||
@ -29,7 +29,7 @@ tc1_body() {
|
||||
xbps-rindex -a *.xbps
|
||||
rm -rf pkg_a
|
||||
atf_check_equal $? 0
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -yu
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -yuv
|
||||
atf_check_equal $? 0
|
||||
result="$(cat rootdir/cf1.conf)"
|
||||
rval=1
|
||||
@ -58,7 +58,7 @@ tc2_body() {
|
||||
rm -rf pkg_a
|
||||
xbps-rindex -a *.xbps
|
||||
atf_check_equal $? 0
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -y a
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -yv a
|
||||
atf_check_equal $? 0
|
||||
|
||||
sed -e 's,fooblah,blahfoo,' -i rootdir/cf1.conf
|
||||
@ -71,7 +71,7 @@ tc2_body() {
|
||||
xbps-rindex -a *.xbps
|
||||
rm -rf pkg_a
|
||||
atf_check_equal $? 0
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -yu
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -yuv
|
||||
atf_check_equal $? 0
|
||||
result="$(cat rootdir/cf1.conf)"
|
||||
rval=1
|
||||
@ -105,7 +105,7 @@ tc3_body() {
|
||||
rm -rf pkg_a
|
||||
xbps-rindex -a *.xbps
|
||||
atf_check_equal $? 0
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -y a
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -yv a
|
||||
atf_check_equal $? 0
|
||||
|
||||
sed -e 's,fooblah,blahfoo,' -i rootdir/cf1.conf
|
||||
@ -118,7 +118,7 @@ tc3_body() {
|
||||
xbps-rindex -a *.xbps
|
||||
rm -rf pkg_a
|
||||
atf_check_equal $? 0
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -yu
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -yuv
|
||||
atf_check_equal $? 0
|
||||
result="$(cat rootdir/cf1.conf)"
|
||||
rval=1
|
||||
|
@ -31,7 +31,7 @@ issue20_body() {
|
||||
rm -rf pkg_a
|
||||
xbps-rindex -a *.xbps
|
||||
atf_check_equal $? 0
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -y a
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -yv a
|
||||
atf_check_equal $? 0
|
||||
|
||||
mkdir pkg_a
|
||||
@ -42,7 +42,7 @@ issue20_body() {
|
||||
rm -rf pkg_a
|
||||
xbps-rindex -a *.xbps
|
||||
atf_check_equal $? 0
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -yu
|
||||
xbps-install -C null.conf -r rootdir --repository=$PWD -yuv
|
||||
atf_check_equal $? 0
|
||||
tgt=$(readlink rootdir/foo)
|
||||
rval=1
|
||||
|
Loading…
Reference in New Issue
Block a user