search for: aa14706

Displaying 1 result from an estimated 1 matches for "aa14706".

2016 Feb 22
3
[PATCH 1/3] python: tests: refactor to use unittest's discovery
...test skipped" - ;; - *) - echo "FAIL: $f" - ((errors++)) - ;; - esac -done - -if [ $errors -gt 0 ]; then - exit 1 -fi +$PYTHON -m unittest discover -v diff --git a/python/t/010-load.py b/python/t/010-load.py deleted file mode 100644 index aa14706..0000000 --- a/python/t/010-load.py +++ /dev/null @@ -1,25 +0,0 @@ -# libguestfs Python bindings -# Copyright (C) 2009 Red Hat Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software...