aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/RunMacOSUnitTests.sh
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-03-31 23:00:17 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-03-31 23:00:17 +0000
commit4c414e4d654b6fb23f027eeb067440fc89c319ba (patch)
tree8439f3d9088f2d80ca9d7f335fe8a2e92a91572a /UnitTesting/RunMacOSUnitTests.sh
parente7ab1841f42f1be2b733bf30a374cbf9958b6f81 (diff)
[Author: dmaclach]
Realized what the problem was, and this isn't it ;-) Reverted to old version. TBR=thomasvl
Diffstat (limited to 'UnitTesting/RunMacOSUnitTests.sh')
-rwxr-xr-xUnitTesting/RunMacOSUnitTests.sh2
1 files changed, 0 insertions, 2 deletions
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