Changeset 99569 in webkit


Ignore:
Timestamp:
Nov 8, 2011, 7:40:33 AM (14 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt] Unreviewed trivial fix after build system refactoring.

  • Scripts/run-qtwebkit-tests: Fix path of QtWebProcess for QML tests.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r99564 r99569  
     12011-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
    172011-11-08  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
    28
  • trunk/Tools/Scripts/run-qtwebkit-tests

    r99385 r99569  
    214214        os.putenv("QML_IMPORT_PATH", qml_import_path)
    215215        path = os.getenv("PATH")
    216         path += ":" + self._options.path + "../../../../../bin"
     216        path += ":" + self._options.path + "../../../../../../bin"
    217217        os.putenv("PATH", path)
    218218        self.debug("Searching executables...")
Note: See TracChangeset for help on using the changeset viewer.