From: Jan-Benedict G. <jb...@us...> - 2006-03-15 07:42:19
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1492 Modified Files: run_test_build.sh Log Message: - Mention the target a check summary is for. - Don't name the summary 'report.' I actually don't like that word. Index: run_test_build.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/run_test_build.sh,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- run_test_build.sh 3 Feb 2006 07:08:14 -0000 1.21 +++ run_test_build.sh 15 Mar 2006 07:42:15 -0000 1.22 @@ -77,8 +77,8 @@ if [ -n "${RUN_TEST}" ]; then if ls ${BUILD_DIRECTORY}/*.sh > /dev/null 2>&1; then pushd "${BUILD_DIRECTORY}" > /dev/null 2>&1 - for REPORT in *.sh; do - cp "${REPORT}" "${TESTRESULT_DIR}/report-${START_TIME}-${REPORT}" + for SUMMARY in *.sh; do + cp "${SUMMARY}" "${TESTRESULT_DIR}/summary-${START_TIME}-${TARGET}-${SUMMARY}" done popd > /dev/null 2>&1 fi |