search for: 07b68c4

Displaying 3 results from an estimated 3 matches for "07b68c4".

2016 Sep 27
2
[PATCH] fish: drop leading '/' in nbd paths (RHBZ#1379585)
...Improve the coverage for nbd in test-add-uri.sh, adding a couple of tests, and adjusting the result of an existing one. --- fish/test-add-uri.sh | 8 +++++++- fish/uri.c | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/fish/test-add-uri.sh b/fish/test-add-uri.sh index 07b68c4..0264829 100755 --- a/fish/test-add-uri.sh +++ b/fish/test-add-uri.sh @@ -49,14 +49,20 @@ grep -sq 'add_drive "disk" "protocol:gluster" "server:tcp:example.com"' test-add $VG guestfish -x -a nbd://example.com </dev/null >test-add-uri.out 2>&1 gre...
2016 Sep 27
0
Re: [PATCH] fish: drop leading '/' in nbd paths (RHBZ#1379585)
...art with a '/'. Can one specify an exportname if it begins with '/'? Rich. > fish/test-add-uri.sh | 8 +++++++- > fish/uri.c | 1 + > 2 files changed, 8 insertions(+), 1 deletion(-) > > diff --git a/fish/test-add-uri.sh b/fish/test-add-uri.sh > index 07b68c4..0264829 100755 > --- a/fish/test-add-uri.sh > +++ b/fish/test-add-uri.sh > @@ -49,14 +49,20 @@ grep -sq 'add_drive "disk" "protocol:gluster" "server:tcp:example.com"' test-add > $VG guestfish -x -a nbd://example.com </dev/null >test-add-uri....
2017 Feb 20
3
[PATCH 0/3] tests: Define common test functions.
Previously I posted a work-in-progress preview of this patch series: https://www.redhat.com/archives/libguestfs/2017-February/msg00224.html This is the finished version that updates all of the shell-script based tests. It passes 'make check', 'make check-direct' and 'make check-slow'. Rich.