Revision: 933 http://trac.macosforge.org/projects/darwinbuild/changeset/933 Author: wsiegrist@apple.com Date: 2011-02-10 07:12:58 -0800 (Thu, 10 Feb 2011) Log Message: ----------- Remove env var we no longer need Modified Paths: -------------- branches/PR-8817822/testing/darwintrace/run-tests.sh Modified: branches/PR-8817822/testing/darwintrace/run-tests.sh =================================================================== --- branches/PR-8817822/testing/darwintrace/run-tests.sh 2011-02-09 00:00:16 UTC (rev 932) +++ branches/PR-8817822/testing/darwintrace/run-tests.sh 2011-02-10 15:12:58 UTC (rev 933) @@ -12,7 +12,6 @@ BIN=$PREFIX/bin DARWINTRACE="/usr/local/share/darwinbuild/darwintrace.dylib" -export DYLD_FORCE_FLAT_NAMESPACE=1 export DYLD_INSERT_LIBRARIES=$DARWINTRACE export DARWINTRACE_LOG="${LOGS}/trace.log"
participants (1)
-
source_changes@macosforge.org