search for: skip_test_launch_race_pl

Displaying 4 results from an estimated 4 matches for "skip_test_launch_race_pl".

2015 Oct 06
3
[PATCH 1/2] tests: Fix test-launch-race.
...ace.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2010 Red Hat Inc. +# Copyright (C) 2010-2015 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -32,6 +32,9 @@ exit 77 if $ENV{SKIP_TEST_LAUNCH_RACE_PL}; my $tmpdir = tempdir (CLEANUP => 1); $ENV{TMPDIR} = $tmpdir; +# Unset LIBGUESTFS_CACHEDIR (set by ./run) since that will override TMPDIR. +delete $ENV{LIBGUESTFS_CACHEDIR}; + my $pid = fork(); die ("fork failed: $!") if ($pid < 0); -- 2.5.0
2015 Oct 07
0
Re: [PATCH 1/2] tests: Fix test-launch-race.
.../bin/env perl > -# Copyright (C) 2010 Red Hat Inc. > +# Copyright (C) 2010-2015 Red Hat Inc. > # > # This program is free software; you can redistribute it and/or modify > # it under the terms of the GNU General Public License as published by > @@ -32,6 +32,9 @@ exit 77 if $ENV{SKIP_TEST_LAUNCH_RACE_PL}; > my $tmpdir = tempdir (CLEANUP => 1); > $ENV{TMPDIR} = $tmpdir; > > +# Unset LIBGUESTFS_CACHEDIR (set by ./run) since that will override TMPDIR. > +delete $ENV{LIBGUESTFS_CACHEDIR}; > + Should $LIBGUESTFS_TMPDIR be unset too, just to not rely solely on that being overri...
2013 Oct 23
1
Notes on compiling libguestfs 1.24 on RHEL 6.4
..../autogen.sh \ --prefix /usr \ --disable-ruby \ -C \ "$@" ---------------------------------------------------------------------- "localenv" containing: ---------------------------------------------------------------------- export SUPERMIN=/usr/bin/febootstrap3 export SKIP_TEST_LAUNCH_RACE_PL=1 ---------------------------------------------------------------------- Then run: chmod +x localconfigure ./localconfigure && make clean make -j4 && make quickcheck Note to run virt-builder you will have to create a $HOME/.cache directory (RHBZ#1022431) since this directory is m...
2014 Feb 25
4
Problem with febootstrap version while compiling guestfsd in centos6.5
Hello, I am try to compile guestfsd using this link<http://thr3ads.net/libguestfs/2012/09/2100168-Re-compile-guestfsd>. I am using libguestfs-1.24.4.tar.gz After running ./configure with disable options i get a message claiming a febootstrap >=3.2. I already installed febootstrap-3.21-4.el6x86_64.rpm for centos6.5. In the rpm description i found a note telling that this rpm will