Litmus:EggplantIntegration

From MozillaWiki
Jump to: navigation, search

Use ScriptResults to get the log file:

put "LogFile" of last item of ScriptResults() into LogFile

Append that to a temp file to create a super log of all scripts:

shell("cat " & LogFile & " >> /tmp/eggplantresults")

When we're all done, have the processor submit the results:

shell("/foo/bar/eggplant_to_litmus /tmp/eggplantresults")