Closed Bug 840200 Opened 11 years ago Closed 11 years ago

Add ability to specify output file to 'make test-perf'

Categories

(Firefox OS Graveyard :: Gaia, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jgriffin, Assigned: julienw)

References

Details

In order to process the output file produced by 'make test-perf' in automation, we need the ability to have the tests write the JSON to a specified file, e.g.,

APP=sms OUTPUT=result.json make test-perf

should write the JSON to result.json
If "make test-perf" displayed the result json on stdout, and all other text in stderr, would it be sufficient for you ?

Also, do you want that all tests for all app (ie: without using APP=sms) are aggregated in the same json, or do you prefer several json objects ?
I'd prefer only one JSON output per invocation, which contains all the data for that run, and it would be better to allow us to pass a filename in, rather than having to read it from stdout.
I believe this was covered by bug 840137.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.