Closed Bug 818762 Opened 12 years ago Closed 12 years ago

Option for |mach mochitest-chrome| to not immediately quit

Categories

(Firefox Build System :: Mach Core, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 812583

People

(Reporter: n.nethercote, Unassigned)

Details

I currently run my chrome tests of interest like this:

  cd $OBJDIR/_tests/testing/mochitest/
  python runtests.py --chrome --autorun --test-path=toolkit/components/aboutmemory/tests/test_aboutmemory.xul

After the test runs, the browser stays open.  I like this;  I can see in the browser what passed and failed, and re-trigger the test, and see the content.

With mach, I do this:

  MOZCONFIG=$BLAH mach mochitest-chrome toolkit/components/aboutmemory/tests/test_aboutmemory.xul

and it works, but the browser closes down as soon as the test runs.  It'd be great if there were an option to keep the browser open.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.