search for: 40bebb3

Displaying 3 results from an estimated 3 matches for "40bebb3".

Did you mean: 4060bb3
2016 Feb 24
3
[PATCH 1/3] src: generate code for printing contents of structs
...| 2 + generator/c.ml | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/c.mli | 2 + generator/main.ml | 2 + po/POTFILES | 1 + src/Makefile.am | 6 ++- 6 files changed, 136 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40bebb3..1493011 100644 --- a/.gitignore +++ b/.gitignore @@ -468,6 +468,8 @@ Makefile.in /src/structs-compare.c /src/structs-copy.c /src/structs-free.c +/src/structs-print.c +/src/structs-print.h /src/test-utils /stamp-h1 /sysprep/.depend diff --git a/generator/c.ml b/generator/c.ml index 417e2bc..9...
2016 Feb 22
3
[PATCH 1/3] python: tests: refactor to use unittest's discovery
...y create mode 100644 python/t/test800ExplicitClose.py create mode 100644 python/t/test810RHBZ811650.py create mode 100644 python/t/test820RHBZ912499.py create mode 100644 python/t/test910Libvirt.py create mode 100644 python/t/tests_helper.py diff --git a/.gitignore b/.gitignore index db354bc..40bebb3 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ *.o *.orig *.patch +*.pyc *.rej *.swp *.trs diff --git a/python/run-python-tests b/python/run-python-tests index 1def36b..a374430 100755 --- a/python/run-python-tests +++ b/python/run-python-tests @@ -16,26 +16,7 @@ # along with this...
2016 Feb 23
4
[PATCH v3 0/4] [FOR COMMENTS ONLY] Rework inspection.
Previously posted: https://www.redhat.com/archives/libguestfs/2015-December/msg00038.html Inspection now really succeeds on a small number of simple guests. To test it out: $ ./run guestfish -v -x -a /tmp/centos-6.img ><fs> run ><fs> debug sh "guestfs-inspection --verbose" Rich.