On Sat, Mar 15, 2014 at 01:59:03PM +0100, Hilko Bengen wrote: > --- > tests/Makefile.am | 11 +++++++---- > tests/test-binaries-exist-network.sh | 2 ++ > tests/test-binaries-exist.sh | 4 +++- > tests/test-build-bash-network.sh | 3 +++ > tests/test-build-bash.sh | 4 +++- > tests/test-harder-network.sh | 3 +++ > tests/test-harder.sh | 4 +++- > 7 files changed, 24 insertions(+), 7 deletions(-) > create mode 100755 tests/test-binaries-exist-network.sh > create mode 100755 tests/test-build-bash-network.sh > create mode 100755 tests/test-harder-network.sh
It turns out this doesn't work when using parallel 'make check' (try setting 'export MAKEFLAGS=-jN' for N > 1). I pushed the following patch to fix it: https://github.com/libguestfs/supermin/commit/22b0662ebf64e93dc275acc1cc37ebd12cce6b49 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
