From 0d7b9d093fcb73b50c3565756b5c5b93f4da6743 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Tue, 13 Mar 2012 10:43:59 +0000 Subject: [PATCH] Collect package lists --- org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh | 4 ++++ org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh b/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh index ca8efbd..e831a65 100755 --- a/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh +++ b/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh @@ -108,6 +108,10 @@ printf "Running tests... " sh arrange_canl_test_root.sh none glite 80 '-x' > test_log.txt 2> test_err.log test_done +printf "Collecting package list... " +gen_repo_lists ./prod_packages.txt ./repo_packages.txt +test_done + ENDTIME=`date +%s` #Generating report section diff --git a/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh b/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh index 600357b..978b205 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh @@ -134,6 +134,10 @@ printf "Running tests... " sh arrange_px_test_root.sh none glite 80 '-x' > test_log.txt 2> test_err.log test_done +printf "Collecting package list... " +gen_repo_lists ./prod_packages.txt ./repo_packages.txt +test_done + ENDTIME=`date +%s` #Generating report section -- 1.8.2.3