X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2Frun-python-tests;h=e8c8c14879041af6e261165e8ed3205ed5c8f706;hb=e16d1cc51c234eb9f3e7db3b8f77f76198ffee73;hp=b305db7a96ee8cdacfc600621ef610ca6089e7df;hpb=aa5d6c138b55e25994ac723e94f32b009366927c;p=hivex.git diff --git a/python/run-python-tests b/python/run-python-tests index b305db7..e8c8c14 100755 --- a/python/run-python-tests +++ b/python/run-python-tests @@ -1,6 +1,6 @@ -#!/bin/sh - +#!/bin/bash - # hivex Python bindings -# Copyright (C) 2009-2010 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 @@ -20,5 +20,6 @@ set -e shopt -s nullglob for f in t/*.py; do - python $f + basename "$f" + python "$f" done