Closed Bug 948766 Opened 11 years ago Closed 11 years ago

[travis] build tests report improvement

Categories

(Firefox OS Graveyard :: Gaia, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: yurenju, Assigned: gduan)

References

Details

currently our report looks like this:
> make ...
> (...ignore)
> v -- pass
> PRODUCTION=1 make ...
> grep: write error: Broken pipe
> /bin/bash: adb: command not found
> v -- pass
> DEBUG=1 make ...
> grep: write error: Broken pipe
> /bin/bash: adb: command not found
> v -- pass
> GAIA_DISTRIBUTION_DIR=<distribution> make ...
> grep: write error: Broken pipe
> /bin/bash: adb: command not found
> v -- distribution_tablet -- pass
> MOZILLA_OFFICIAL=1 make ...
> grep: write error: Broken pipe
> /bin/bash: adb: command not found
> v -- pass
> LOCALES_FILE=<PATH_OF_LOCALES_FILE> LOCALE_BASEDIR=<PATH_OF_LOCALE_BASEDIR> make ...
> grep: write error: Broken pipe
> /bin/bash: adb: command not found
> grep: write error: Broken pipe
> /bin/bash: adb: command not found
> v -- pass

it would be great if we can simplify report like this (or other better way!):

> make ... pass
> PRODUCTION=1 make ... pass
> DEBUG=1 make ... pass
> GAIA_DISTRIBUTION_DIR=<distribution> make
>   - DISTIRBUTION=tablet_distribution ... pass
>   - DISTRIBUTION=qa_testcase ... pass
> MOZILLA_OFFICIAL=1 make ... pass
> LOCALES_FILE=<PATH_OF_LOCALES_FILE> LOCALE_BASEDIR=<PATH_OF_LOCALE_BASEDIR> make ... pass
See Also: → 948462
bug 945553 will remove below message
> /bin/bash: adb: command not found

But I am not sure if it also works for below
> grep: write error: Broken pipe

We'll check til bug 945553 is merged.
Assignee: nobody → gduan
Current message is as below.
I will upload a patch to remove the download message.


Running unit test ...build/test/applications-data.test.js
  ․․
  2 passing (8ms)
 v ---- pass 
make ...--2013-12-22 19:32:13--  http://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/2013/08/2013-08-07-03-02-16-mozilla-central/xulrunner-26.0a1.en-US.linux-x86_64.sdk.tar.bz2
Resolving ftp.mozilla.org (ftp.mozilla.org)... 63.245.215.56
Connecting to ftp.mozilla.org (ftp.mozilla.org)|63.245.215.56|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 67616122 (64M) [application/x-bzip2]
Saving to: `xulrunner-26.0a1.en-US.linux-x86_64.sdk.tar.bz2'
100%[======================================>] 67,616,122   236K/s   in 39s     
2013-12-22 19:32:52 (1.66 MB/s) - `xulrunner-26.0a1.en-US.linux-x86_64.sdk.tar.bz2' saved [67616122/67616122]
 v ---- pass 
PRODUCTION=1 make ...  v ---- pass 
SIMULATOR=1 make ... v ---- pass 
DEBUG=1 make ... v ---- pass 
GAIA_DISTRIBUTION_DIR=<distribution> make ...
  -DISTRIBUTION=distribution_tablet ...  v ---- pass 
MOZILLA_OFFICIAL=1 make ... v ---- pass 
LOCALES_FILE=<PATH_OF_LOCALES_FILE> LOCALE_BASEDIR=<PATH_OF_LOCALE_BASEDIR> make ...
 v ---- pass
I think this bug should be closed because George fixed this issue on bug 905495
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.