X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2FMakefile.am;h=9112b94d4071d67df59daa601f6fc481ca83b86b;hp=a51c76bce3df0ff81436f0f47ec534fdfbdec95e;hb=22cee80bc2f631703bf417a54ef4e0f0837e921a;hpb=7e9cb884492aec243337ffc8e4432a9ff2690956 diff --git a/regressions/Makefile.am b/regressions/Makefile.am index a51c76b..9112b94 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -32,7 +32,8 @@ TESTS = \ test-qemudie-synch.sh \ test-read_file.sh \ test-remote.sh \ - test-reopen.sh + test-reopen.sh \ + test-stringlist.sh SKIPPED_TESTS = \ test-bootbootboot.sh @@ -40,7 +41,10 @@ SKIPPED_TESTS = \ FAILING_TESTS = \ test-qemudie-launchfail.sh +random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null) + TESTS_ENVIRONMENT = \ + MALLOC_PERTURB_=$(random_val) \ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ NOEXEC_CHECK="$(top_builddir)/src/.libs/libguestfs.so $(top_builddir)/daemon/guestfsd"