From ae65c6e6666cadd833c3ee2812c724610a144f9e Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Oct 12 2011 22:28:05 +0000 Subject: Fixed a path issue for the cr repo --- diff --git a/tests/z_cr_test/cr-test.sh b/tests/z_cr_test/cr-test.sh index fd481eb..1547cc8 100644 --- a/tests/z_cr_test/cr-test.sh +++ b/tests/z_cr_test/cr-test.sh @@ -2,7 +2,7 @@ # determining which packages we need to install from Base+Updates before trying the update against CR # generate local cache -./0-common/00_qa_repo_config.sh +/tmp/t_functional/tests/0-common/00_qa_repo_config.sh yum --enablerepo=qa-cr list >/dev/null 2>&1 sqlite3 $(find /var/cache/yum/$(t_GetArch)/$(t_DistCheck)/cr/ -iname '*.sqlite*') 'select name from packages;' > /tmp/packages.list