summaryrefslogtreecommitdiff
blob: df35f0973ecc35c545324be81c3f0c3e1362b322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix running tests with the parallel harness
Author: Andrey Rahmatullin <wrar@wrar.name>
Last-Update: 2013-06-26

--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -29,7 +29,7 @@ isprefix_driver_LDADD = ../isprefix.o # XXX: should link replaced functions
 # failed.  Generally these tests should be ordered so that more basic
  # tests are run first.
   
   -TESTS_ENVIRONMENT = $(SH) $(srcdir)/driver.sh
   +TEST_LOG_COMPILER = $(SH) $(srcdir)/driver.sh
    
     TESTS = \
      	signature.test mutate.test sources.test isprefix.test	\