From 38498cf51cde0e9a94f7fe5411631b4c94659111 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Oct 12 2011 23:31:38 +0000 Subject: Typo fix saga continues ... --- diff --git a/tests/z_cr_test/cr-test.sh b/tests/z_cr_test/cr-test.sh index fc749e0..2d1b818 100644 --- a/tests/z_cr_test/cr-test.sh +++ b/tests/z_cr_test/cr-test.sh @@ -4,7 +4,7 @@ # generate local cache /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 +sqlite3 $(find /var/cache/yum/$(t_GetArch)/$(t_DistCheck)/qa-cr/ -iname '*.sqlite*') 'select name from packages;' > /tmp/packages.list t_Log "Installing needed packages from Base" yum install -y -d0 $(cat /tmp/packages.list) 1>/dev/null