test: disable CK_FORK for the valgrind runs
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 23 May 2014 04:10:57 +0000 (14:10 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 30 May 2014 01:55:23 +0000 (11:55 +1000)
I'm not sure what exactly is happening here, but while valgrind seems to run
fine in normal mode, the build from make distcheck fails with rather random
errors. Disabling CK_FORK seems to help, but more investigation is needed.
Meanwhile, this makes distcheck succeed again.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
test/Makefile.am

index bfbbc96..b8de15c 100644 (file)
@@ -101,7 +101,7 @@ VALGRIND_FLAGS=--leak-check=full \
               --suppressions=$(srcdir)/valgrind.suppressions
 
 valgrind:
-       $(MAKE) check-TESTS LOG_COMPILER="$(VALGRIND)" LOG_FLAGS="$(VALGRIND_FLAGS)"
+       $(MAKE) check-TESTS LOG_COMPILER="$(VALGRIND)" LOG_FLAGS="$(VALGRIND_FLAGS)" CK_FORK=no
 
 check: valgrind