autoconf-patches
[Top][All Lists]
Advanced

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

testsuite on Solaris


From: Eric Blake
Subject: testsuite on Solaris
Date: Thu, 23 Jul 2009 21:04:14 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.22) Gecko/20090605 Thunderbird/2.0.0.22 Mnenhy/0.7.6.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I noticed a lot of skips when running the testsuite on Solaris; this gives
us more exposure:

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkppJK4ACgkQ84KuGfSFAYC6igCfdgrZ49lWUm681Hx4auB2nrEX
JBAAnjQg8vFJ6j1HZgbiDlu1CWjjC5MG
=tcSf
-----END PGP SIGNATURE-----
>From 331729f7a83c2104aab39ae336be124775ea604f Mon Sep 17 00:00:00 2001
From: Eric Blake <address@hidden>
Date: Thu, 23 Jul 2009 20:58:12 -0600
Subject: [PATCH] Run more tests under Solaris.

* tests/local.at (AT_CHECK_AUTOCONF): Don't skip entire test
group when passing over syntax checks.

Signed-off-by: Eric Blake <address@hidden>
---
 ChangeLog      |    6 ++++++
 tests/local.at |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e309b19..19527f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-23  Eric Blake  <address@hidden>
+
+       Run more tests under Solaris.
+       * tests/local.at (AT_CHECK_AUTOCONF): Don't skip entire test
+       group when passing over syntax checks.
+
 2009-07-23  Romain Lenglet  <address@hidden>

        Clean up temporary files generated by Erlang macros.
diff --git a/tests/local.at b/tests/local.at
index 9280e23..ed7e509 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -210,8 +210,8 @@ cp "$abs_top_srcdir/tests/statesave.m4" aclocal.m4
 # were running too fast.
 m4_define([AT_CHECK_AUTOCONF],
 [AT_CHECK_M4([autoconf --force $1], [$2], [$3], [$4])
-if test -s configure; then
-  AT_CHECK_SHELL_SYNTAX(configure)
+if test -s configure && test "$ac_cv_sh_n_works" = yes; then
+  AT_CHECK_SHELL_SYNTAX([configure])
 fi
 ])

-- 
1.6.3.3.334.g916e1


reply via email to

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