diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-09-17 09:47:15 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-09-19 14:06:54 +0100 |
commit | d918561f712f4dab9e54bd314308b82b1beb072c (patch) | |
tree | 4e6a007236fadc0e83d991e4423d1cd8dc1d7fda | |
parent | 1477f191be3b3eaa1ea9b9bbbfb12917358cdcca (diff) | |
download | libguestfs-d918561f712f4dab9e54bd314308b82b1beb072c.tar.gz libguestfs-d918561f712f4dab9e54bd314308b82b1beb072c.tar.xz libguestfs-d918561f712f4dab9e54bd314308b82b1beb072c.zip |
syntax: Exclude period in error message checks from PHP programs (thanks: Jim Meyering).
(cherry picked from commit 2337b9ccd729e05b46cf6abb1f4173e6e994c1cb)
-rw-r--r-- | cfg.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ url_dir_list = \ # Exclude some filenames. exclude_file_name_regexp--sc_bindtextdomain = ^(daemon|erlang|examples|tests)/ +exclude_file_name_regexp--sc_error_message_period = ^php/ # Tests not to run as part of "make distcheck". local-checks-to-skip = \ |