Skip to content

Commit

Permalink
df: Allow parallel test to be skipped.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmjones committed Nov 2, 2013
1 parent 5280e30 commit 5048623
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions df/test-virt-df-guests.sh
Expand Up @@ -21,6 +21,11 @@
export LANG=C
set -e

if [ -n "$SKIP_TEST_VIRT_DF_GUESTS_SH" ]; then
echo "$0: skipping test because SKIP_TEST_DF_GUESTS_SH is set."
exit 77
fi

guestsdir="$(cd ../tests/guests && pwd)"
libvirt_uri="test://$guestsdir/guests.xml"

Expand Down

0 comments on commit 5048623

Please sign in to comment.