diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-18 13:45:21 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-18 13:45:21 +0100 |
commit | eef11f33f9f14d3706b681bd4e23e334fcc9b791 (patch) | |
tree | 5e683b70f852d736fc4af8fbbf364d3dd839682d /.gitignore | |
parent | 50780a84f65ec5d76605691cea889392c2730f54 (diff) | |
download | libguestfs-eef11f33f9f14d3706b681bd4e23e334fcc9b791.tar.gz libguestfs-eef11f33f9f14d3706b681bd4e23e334fcc9b791.tar.xz libguestfs-eef11f33f9f14d3706b681bd4e23e334fcc9b791.zip |
ocaml: Test mount-local, without parallel test.
Unfortunately the parallel test keeps hitting this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=838081
which could be a bug in the OCaml runtime.
Just test simple mount-local. We will write a parallel test in C to
replace this.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -246,8 +246,8 @@ Makefile.in /ocaml/t/guestfs_400_events.opt /ocaml/t/guestfs_400_progress.bc /ocaml/t/guestfs_400_progress.opt -/ocaml/t/guestfs_500_parallel_mount_local.bc -/ocaml/t/guestfs_500_parallel_mount_local.opt +/ocaml/t/guestfs_500_mount_local.bc +/ocaml/t/guestfs_500_mount_local.opt /perl/bindtests.pl /perl/blib /perl/examples/guestfs-perl.3 |