gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. e88a6bcbaf9f0b131c31dfb


From: Eli Zaretskii
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. e88a6bcbaf9f0b131c31dfb30cef52ba8f74adb8
Date: Sun, 28 Apr 2013 19:25:43 +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 "gawk".

The branch, master has been updated
       via  e88a6bcbaf9f0b131c31dfb30cef52ba8f74adb8 (commit)
      from  4cbd754d74e4dbaf463b47033a3a6f0c50a1e376 (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 -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=e88a6bcbaf9f0b131c31dfb30cef52ba8f74adb8

commit e88a6bcbaf9f0b131c31dfb30cef52ba8f74adb8
Author: Eli Zaretskii <address@hidden>
Date:   Sun Apr 28 22:23:59 2013 +0300

    Fix the pc/ test suite.
    
     pc/Makefile.tst (check): Remove the shlib tests from 'check', so that
     they are not run by default, because the extensions are not yet built
     automatically.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index 9f6cf61..788002e 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -6,6 +6,9 @@
        prevent MSYS Bash mistaking this for an absolute file name that
        needs to be converted to the Windows D:/foo/bar form, which fails
        the test.
+       (check): Remove the shlib tests from 'check', so that they are not
+       run by default, because the extensions are not yet built
+       automatically.
 
 2013-04-22   Scott Deifik  <address@hidden>
 
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 1a657d5..76b8a86 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -237,10 +237,13 @@ check:    msg \
        extend-msg-start gawk-extensions extend-msg-end \
        machine-msg-start machine-tests machine-msg-end \
        charset-msg-start charset-tests charset-msg-end \
-       shlib-msg-start  shlib-tests     shlib-msg-end \
+       shlib-msg-start \
        mpfr-msg-start   mpfr-tests      mpfr-msg-end \
        pass-fail
 
+# Removed from 'check': shlib-tests     shlib-msg-end
+# FIXME: add back when the extensions are built by default.
+
 basic: $(BASIC_TESTS)
 
 unix-tests: $(UNIX_TESTS)

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

Summary of changes:
 pc/ChangeLog    |    3 +++
 pc/Makefile.tst |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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