Changeset 99569 in webkit
- Timestamp:
- Nov 8, 2011, 7:40:33 AM (14 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r99564 r99569 1 2011-11-08 Csaba Osztrogonác <ossy@webkit.org> 2 3 [Qt] Unreviewed trivial fix after build system refactoring. 4 5 * Scripts/run-qtwebkit-tests: Fix path of QtWebProcess for QML tests. 6 1 7 2011-11-08 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> 2 8 -
trunk/Tools/Scripts/run-qtwebkit-tests
r99385 r99569 214 214 os.putenv("QML_IMPORT_PATH", qml_import_path) 215 215 path = os.getenv("PATH") 216 path += ":" + self._options.path + "../../../../../ bin"216 path += ":" + self._options.path + "../../../../../../bin" 217 217 os.putenv("PATH", path) 218 218 self.debug("Searching executables...")
Note:
See TracChangeset
for help on using the changeset viewer.