From 4c414e4d654b6fb23f027eeb067440fc89c319ba Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Tue, 31 Mar 2009 23:00:17 +0000 Subject: [Author: dmaclach] Realized what the problem was, and this isn't it ;-) Reverted to old version. TBR=thomasvl --- UnitTesting/RunMacOSUnitTests.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'UnitTesting/RunMacOSUnitTests.sh') diff --git a/UnitTesting/RunMacOSUnitTests.sh b/UnitTesting/RunMacOSUnitTests.sh index 91d19a7..488d9b3 100755 --- a/UnitTesting/RunMacOSUnitTests.sh +++ b/UnitTesting/RunMacOSUnitTests.sh @@ -210,10 +210,8 @@ if [ ! $GTM_DO_NOT_REMOVE_GCOV_DATA ]; then if [ "${CONFIGURATION_TEMP_DIR}" != "-" ]; then if [ -d "${CONFIGURATION_TEMP_DIR}" ]; then GTMXcodeNote ${LINENO} "Removing gcov data files from ${CONFIGURATION_TEMP_DIR}" - SavedDir=$(pwd) (cd "${CONFIGURATION_TEMP_DIR}" && \ find . -type f -name "*.gcda" -print0 | xargs -0 rm -f ) - cd "${SavedDir}" fi fi fi -- cgit v1.2.3