After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754013 - validate: Print the return value at the end
validate: Print the return value at the end
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
unspecified
Other Linux
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-24 07:39 UTC by Vineeth
Modified: 2015-10-02 15:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
print return value at the end (1.32 KB, patch)
2015-08-24 07:40 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-08-24 07:39:08 UTC
Makes it easier to know if the test passed or failed.
The same will be printed to log file, so it can be easily searched.
Comment 1 Vineeth 2015-08-24 07:40:03 UTC
Created attachment 309906 [details] [review]
print return value at the end
Comment 2 Luis de Bethencourt 2015-08-24 11:54:48 UTC
Looks helpful.

Tested and it works.
Comment 3 Thibault Saunier 2015-10-02 15:22:59 UTC
commit 4071d60b0f6ae353506544222fc16af3359cc039
Author: Vineeth T M <vineeth.tm@samsung.com>
Date:   Mon Aug 24 16:39:15 2015 +0900

    validate: Print the return value at the end
    
    Makes it easier to know if the test passed or failed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754013