Re: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts.

2011-01-09 Thread Stefano Lattarini
On Sunday 09 January 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Mon, Jan 03, 2011 at 04:04:26PM CET: > > References: > > > > > >

Re: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts.

2011-01-09 Thread Ralf Wildenhues
k you to wait another couple of days? Thanks, Ralf > Subject: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts. > > * tests/Makefile.am (TEST_LOG_COMPILER): Define so that the > configure-time $SHELL is used to run the tests. > (TEST_EXTENSIONS): Defined to `.tes

Re: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts.

2011-01-03 Thread Stefano Lattarini
15:24:14 +0100 Subject: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts. * tests/Makefile.am (TEST_LOG_COMPILER): Define so that the configure-time $SHELL is used to run the tests. (TEST_EXTENSIONS): Defined to `.test', for clarity. * tests/defs: Add code to re-execute by default t

Re: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts.

2010-12-03 Thread Stefano Lattarini
0ec Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 3 Dec 2010 15:24:14 +0100 Subject: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts. * tests/Makefile.am (TEST_LOG_COMPILER): Define so that the configure-time $SHELL is used to run the tests. (TEST_EXTENSIONS): Def

Re: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts.

2010-09-02 Thread Stefano Lattarini
8756c6fefce9dc4a004 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 3 Sep 2010 01:42:09 +0200 Subject: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts. * tests/Makefile.am (TEST_LOG_COMPILER): Define to use the configure-time $SHELL to run the tests. (TEST_EXTENSIONS)

Re: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts.

2010-09-02 Thread Stefano Lattarini
On Thursday 02 September 2010, Ralf Wildenhues wrote: > Well, the only qualm I have with this is that it will in the long > run make it less likely that we are portable to /bin/sh too. Not > a problem per se, but being able to do > cd tests > ./foo.test(or $srcdir/foo.test) > > to quickly

Re: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts.

2010-09-02 Thread Ralf Wildenhues
dd0a588926b1b Mon Sep 17 00:00:00 2001 > From: Stefano Lattarini > Date: Wed, 1 Sep 2010 22:14:24 +0200 > Subject: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts. > > * tests/Makefile.am (TEST_LOG_COMPILER): Define to $(SHELL), so > that test script are run

[PATCH] Testsuite: use $SHELL to run tests which are shell scripts.

2010-09-01 Thread Stefano Lattarini
$ make (re)check OK for maint? Regards, Stefano From cd63d7bb6e08879a3593ca21619dd0a588926b1b Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 1 Sep 2010 22:14:24 +0200 Subject: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts. * tests/Makefile.am (TEST_LOG_COMPILE