X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2Frun-python-tests;h=f82dc101ac46cbb27422f7e71fd06b1d57fd5c20;hb=3f54bd02fcf540f9b4b6edc93f3b6b9c7ba136bd;hp=487f8ab14835bbdce340d993807f7b9b23fd6ff5;hpb=0c463dd0aa962c405b1be32c925acf9891c96bfc;p=libguestfs.git diff --git a/python/run-python-tests b/python/run-python-tests index 487f8ab..f82dc10 100755 --- a/python/run-python-tests +++ b/python/run-python-tests @@ -1,6 +1,6 @@ #!/bin/sh - # libguestfs Perl bindings -# Copyright (C) 2009 Red Hat Inc. +# Copyright (C) 2009-2011 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 @@ -19,5 +19,5 @@ set -e for f in t/*.py; do - python $f + $PYTHON $f done