[Webkit-unassigned] [Bug 37555] new-run-webkit-tests --results-directory should be an absolute path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 23:52:27 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37555





--- Comment #2 from Eric Seidel <eric at webkit.org>  2010-04-13 23:52:27 PST ---
Hmm.. and seems there is already code for absolute paths in
run_webkit_tests.py:

    if options.results_directory.startswith("/"):
        # Assume it's an absolute path and normalize.
        options.results_directory = port_obj.get_absolute_path(
            options.results_directory)

Maybe I was just calling the script wrong.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list