git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45b2f00
)
debian: Fix python test script for bash.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 1 Apr 2011 21:46:07 +0000
(22:46 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 1 Apr 2011 21:46:07 +0000
(22:46 +0100)
python/run-python-tests
patch
|
blob
|
history
diff --git
a/python/run-python-tests
b/python/run-python-tests
index
b305db7
..
e8c8c14
100755
(executable)
--- a/
python/run-python-tests
+++ b/
python/run-python-tests
@@
-1,6
+1,6
@@
-#!/bin/sh -
+#!/bin/
ba
sh -
# hivex Python bindings
-# Copyright (C) 2009-201
0
Red Hat Inc.
+# Copyright (C) 2009-201
1
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