X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2Frun-python-tests;h=f82dc101ac46cbb27422f7e71fd06b1d57fd5c20;hb=2116f79cbcd4605b4997931285f14dde1f72a992;hp=90e38b399979214fee95caba1beefc8f66122088;hpb=babc0846cc911b01a58a7385d30ad25889b7175a;p=libguestfs.git diff --git a/python/run-python-tests b/python/run-python-tests index 90e38b3..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,6 +19,5 @@ set -e for f in t/*.py; do - python $f + $PYTHON $f done -