tests: enable debugging in xbps-rindex (2/2).

This commit is contained in:
Juan RP 2014-11-06 11:02:14 +01:00
parent 4086c0a4c6
commit 5183b0a7e7

View File

@ -35,7 +35,7 @@ filesclean_body() {
cd some_repo cd some_repo
xbps-create -A noarch -n foo-1.0_1 -s "foo pkg" ../pkg_A xbps-create -A noarch -n foo-1.0_1 -s "foo pkg" ../pkg_A
atf_check_equal $? 0 atf_check_equal $? 0
xbps-rindex -a *.xbps xbps-rindex -d -a *.xbps
atf_check_equal $? 0 atf_check_equal $? 0
rm *.xbps rm *.xbps
cd .. cd ..
@ -59,11 +59,11 @@ filesclean2_body() {
cd some_repo cd some_repo
xbps-create -A noarch -n foo-1.0_1 -s "foo pkg" ../pkg_A xbps-create -A noarch -n foo-1.0_1 -s "foo pkg" ../pkg_A
atf_check_equal $? 0 atf_check_equal $? 0
xbps-rindex -a *.xbps xbps-rindex -d -a *.xbps
atf_check_equal $? 0 atf_check_equal $? 0
xbps-create -A noarch -n foo-1.1_1 -s "foo pkg" ../pkg_A xbps-create -A noarch -n foo-1.1_1 -s "foo pkg" ../pkg_A
atf_check_equal $? 0 atf_check_equal $? 0
xbps-rindex -a *.xbps xbps-rindex -d -a *.xbps
atf_check_equal $? 0 atf_check_equal $? 0
cd .. cd ..
xbps-rindex -c some_repo xbps-rindex -c some_repo