summaryrefslogtreecommitdiffstats
path: root/lua/tests/027-create-multiple.lua
Commit message (Collapse)AuthorAgeFilesLines
* lua: Various fixes to the bindings (thanks Jerome Vuarand).Richard W.M. Jones2012-11-201-4/+4
| | | | | | | | | | | | See http://article.gmane.org/gmane.comp.lang.lua.general/95065 Note that this is incompatible with existing code. You have to do: local G = require "guestfs" local g = G.create () ie. give the module your own name ("G" in that example).
* lua: Various fixes and enhancements:Richard W.M. Jones2012-11-191-12/+3
| | | | | | | | | - add support for events (with test) - test progress messages - update documentation to describe events - refactor handle closing code - refactor error code - use 'assert' in test code instead of 'if ... then error end'
* lua: Add another test to prove that the handles are really independent.Richard W.M. Jones2012-11-181-0/+41