Bug 25848 - Two users can not run-webkit-tests at once (due to use of /tmp)
Summary: Two users can not run-webkit-tests at once (due to use of /tmp)
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 24704
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-17 23:28 PDT by Eric Seidel (no email)
Modified: 2009-05-17 23:30 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-05-17 23:28:51 PDT
Two users can not run-webkit-tests at once (due to use of /tmp)

This comes up somewhat often @ Google because a lot of users use Windows or Linux boxes as their main desktop and just SSH into a mac to test patches & run the layout tests.

Example failure:
Running tests from /Projects/WebKit/LayoutTests
Testing 10629 test cases.
accessibility ....................could not create /tmp/layout-test-results/accessibility/plugin-stderr.txt
Comment 1 Eric Seidel (no email) 2009-05-17 23:30:35 PDT
Turns out there is already:

  -o|--results-directory          Output results directory (default: /tmp/layout-test-results)

So I guess Julie and I just need to use that.  Whether that should change to default to something else or not is a different question. :)