tests/bug-830665: use the default H0
The use of 'hostname -s' leads to a failure on my VM due to attempting to create the volume on localhost. Use the default H0 value. BUG: 830665 Change-Id: Icf23c89d2387fe747aca6d99af12f7d4e1e3fbf0 Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-on: http://review.gluster.org/4266 Reviewed-by: Jeff Darcy <jdarcy@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@redhat.com>
This commit is contained in:
parent
6b969c84b8
commit
c1868c5272
@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
. $(dirname $0)/../include.rc
|
||||
H0=$(hostname -s)
|
||||
|
||||
cleanup;
|
||||
|
||||
function recreate {
|
||||
rm -rf $1 && mkdir -p $1
|
||||
|
Loading…
x
Reference in New Issue
Block a user