On Sat, Nov 23, 2019 at 01:26:34PM +0000, Richard W.M. Jones wrote:
> diff --git a/tests/test.py b/tests/test.py
> index 9a2e947..ac80d96 100644
> --- a/tests/test.py
> +++ b/tests/test.py
> @@ -3,6 +3,10 @@ import nbdkit
>  disk = bytearray(1024*1024)
>  
>  
> +def api_version():
> +    return 2
> +
> +
>  def config_complete():
>      print ("set_error = %r" % nbdkit.set_error)
>  

Missed when rebasing the code to change api_version -> API_VERSION.  I
have fixed my local version and also made sure my tree is bisectable.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org

_______________________________________________
Libguestfs mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libguestfs

Reply via email to