[Pkg-libvirt-commits] [libguestfs] 10/179: tests: Fix SKIP_ environment variable in a couple of scripts.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 31 19:07:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 0823416925aa10d6f03b7227214df24dd3b2a823
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Oct 2 17:02:21 2014 +0100

    tests: Fix SKIP_ environment variable in a couple of scripts.
    
    I checked and bug 690819 has nothing to do with either of these
    tests.  It was just a copy and paste error.
---
 tests/network/test-network.sh   | 2 +-
 tests/regressions/rhbz975797.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/network/test-network.sh b/tests/network/test-network.sh
index f24ef2e..51f3667 100755
--- a/tests/network/test-network.sh
+++ b/tests/network/test-network.sh
@@ -23,7 +23,7 @@
 set -e
 export LANG=C
 
-if [ -n "$SKIP_TEST_RHBZ690819_SH" ]; then
+if [ -n "$SKIP_TEST_NETWORK_SH" ]; then
     echo "$0: test skipped because environment variable is set."
     exit 77
 fi
diff --git a/tests/regressions/rhbz975797.sh b/tests/regressions/rhbz975797.sh
index ebd23ea..938c1c5 100755
--- a/tests/regressions/rhbz975797.sh
+++ b/tests/regressions/rhbz975797.sh
@@ -23,7 +23,7 @@
 set -e
 export LANG=C
 
-if [ -n "$SKIP_TEST_RHBZ690819_SH" ]; then
+if [ -n "$SKIP_TEST_RHBZ975797_SH" ]; then
     echo "$0: test skipped because environment variable is set."
     exit 77
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list