gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-55-


From: Jon Schlueter
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-55-g8cfa924
Date: Sun, 21 Feb 2016 04:36:23 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  8cfa924ba3283ebbcbcc16fe09f3348764170c39 (commit)
      from  06aac6020a56f027669ff9505c3b48cfbd13b7b7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8cfa924ba3283ebbcbcc16fe09f3348764170c39
Author: Fred Wright <address@hidden>
Date:   Sat Feb 20 16:37:40 2016 -0800

    Fixes manual use of regress-driver with binary logs.
    
    At present, running regress-driver manually on binary logs may fail,
    even though it works when run from scons.  This is due to running in
    an unsanitized environment when run manually.
    
    The problem is that sed is being used to filter the daemon output, and
    it's not really kosher to be using sed on binary data.  Whether the
    "working" cases involve its working "correctly" or merely
    "reproducibly" is unclear, but what is clear is that in can choke on
    binary data with certain settings of the LANG environment variable (in
    particular, "en_US.UTF-8" is known to fail on ac12_binary).  The fix
    is merely to unset LANG in regress-driver.
    
    Failures on binary data are also not very informative due to diff
    simply reporting "binary files differ".  That can be fixed by adding
    the -b option to diff, but the resulting output can contain characters
    that screw up the terminal, so it's probably not a good default.
    
    TESTED:
    Ran the full "scons check" with this change, as well as a manual
    "./regress-driver test/daemon/*.log", and observed success in both
    cases.
    
    Signed-off-by: Jon Schlueter <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 regress-driver |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]