search for: 1def36b

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

2016 Feb 22
3
[PATCH 1/3] python: tests: refactor to use unittest's discovery
...st910Libvirt.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 program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -errors=0 - guestsdir="$(cd ../test-data/phony-guest...