Remove DUMPRENDERTREE_TEMP environment variable from NRWT
which was checked in accidentally in r62635.
* Scripts/webkitpy/layout_tests/port/webkit.py:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62641
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-07-07 Andras Becsi <abecsi@webkit.org>
+
+ Unreviewed trivial fix.
+
+ Remove DUMPRENDERTREE_TEMP environment variable from NRWT
+ which was checked in accidentally in r62635.
+
+ * Scripts/webkitpy/layout_tests/port/webkit.py:
+
2010-07-07 Gabor Rapcsanyi <rgabor@inf.u-szeged.hu>
Reviewed by Eric Seidel.
import sys
import time
import webbrowser
-import tempfile
from webkitpy.common.system.executive import Executive
command.append('--pixel-tests')
environment = self._port.setup_environ_for_server()
environment['DYLD_FRAMEWORK_PATH'] = self._port._build_path()
- environment['DUMPRENDERTREE_TEMP'] = tempfile.mkdtemp(prefix='DumpRenderTree-')
self._server_process = server_process.ServerProcess(self._port,
"DumpRenderTree", command, environment)